Skip to content

Commit

Permalink
Use hexagon logo in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
hacklover committed Apr 2, 2021
1 parent b1ef0af commit 7ee302f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/header/Header.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<v-toolbar max-height="64px" height="64px" elevation="0">

<Logo large class="mr-12" style="pointer-events: none;">
<v-toolbar-title class="font-weight-bold" v-text="$vuetify.breakpoint.mdAndUp ? 'Open Web Desktop' : 'OWD'" />
</Logo>
<v-icon :size="36" color="#888" class="ml-1 mr-5" style="margin-top: -1px;">mdi-hexagon-multiple-outline</v-icon>

<v-toolbar-title class="font-weight-bold" v-text="$vuetify.breakpoint.mdAndUp ? 'Open Web Desktop' : 'OWD'" />

<v-spacer />

Expand Down

0 comments on commit 7ee302f

Please sign in to comment.