Skip to content

Commit

Permalink
fix(brand): add alt attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Jan 12, 2020
1 parent ecc2fbe commit a41fd71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
/>
<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" />
<img
src="~/assets/img/logo.svg"
class="navbar-brand"
height="32"
alt="Daim"
/>
</v-toolbar-title>
<v-spacer />
</v-app-bar>
Expand Down

1 comment on commit a41fd71

@vercel
Copy link

@vercel vercel bot commented on a41fd71 Jan 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.