Skip to content

Commit

Permalink
Improve header
Browse files Browse the repository at this point in the history
  • Loading branch information
hacklover committed Mar 26, 2021
1 parent 4721bfd commit 4027130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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 hidden-md-and-down">Open Web Desktop</v-toolbar-title>
<v-toolbar-title class="font-weight-bold" v-text="$vuetify.breakpoint.mdAndUp ? 'Open Web Desktop' : 'OWD'" />
</Logo>

<v-spacer />
Expand Down
2 changes: 1 addition & 1 deletion components/header/menu/HeaderMenuClient.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
text class="ml-2" :icon="$vuetify.breakpoint.xsOnly"
>
<v-icon :left="$vuetify.breakpoint.smAndUp">mdi-hexagon-multiple-outline</v-icon>
<span class="hidden-xs-only" v-text="`OWD Client`" />
<span class="hidden-xs-only" v-text="`Client`" />
</v-btn>
</template>

Expand Down
1 change: 1 addition & 0 deletions components/header/menu/HeaderMenuModules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

<v-list-item-content>
<v-list-item-title>OWD Modules</v-list-item-title>
<v-list-item-subtitle>Extend your client</v-list-item-subtitle>
</v-list-item-content>

<v-list-item-action>
Expand Down

0 comments on commit 4027130

Please sign in to comment.