Skip to content

Commit

Permalink
perf(logo): use svg
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Jan 12, 2020
1 parent 4c620a7 commit fdf7c36
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions assets/img/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@
dark
@click.stop="drawer = !drawer"
/>
<v-toolbar-title style="width: 256px" class="ml-0 pl-3">
<span class="brand navbar-brand">Daim</span>
<v-toolbar-title class="ml-0 pl-3">
<!-- <span class="brand navbar-brand">Daim</span> -->
<img src="~/assets/img/logo.svg" class="navbar-brand" height="32" />
</v-toolbar-title>
<v-spacer />
</v-app-bar>
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module.exports = {
'@nuxtjs/markdownit',
'nuxt-fontawesome',
'nuxt-i18n',
'nuxt-webfontloader',
// 'nuxt-webfontloader',
// 'nuxt-purgecss',
'storyblok-nuxt',

Expand Down

0 comments on commit fdf7c36

Please sign in to comment.