Skip to content

Commit

Permalink
fix: use NuxtImg instead of img
Browse files Browse the repository at this point in the history
  • Loading branch information
hlassiege committed Jun 4, 2024
1 parent f892fc6 commit f3f26ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/themes/mistral/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
class="text-base font-medium text-gray-700 hover:text-gray-900"
>
<div class="flex">
<img
<NuxtImg
v-if="config.logo"
:src="config.logo"
class="h-10 rounded-full mr-2"
alt="logo"
>
/>
<nuxt-link class="text-3xl" to="/">{{
blogName
}}</nuxt-link>
Expand Down

0 comments on commit f3f26ff

Please sign in to comment.