Skip to content

Commit

Permalink
change <NuxtImg> to <img>
Browse files Browse the repository at this point in the history
  • Loading branch information
dotPast committed Jul 2, 2024
1 parent 7b46141 commit ef4aef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<UCard class="center">
<div class="hstack">
<NuxtLink to="/">
<NuxtImg src="https://avatars.githubusercontent.com/u/83116565" width="48" class="rounded-xl mr-4"/>
<img src="https://avatars.githubusercontent.com/u/83116565" width="48" class="rounded-xl mr-4"/>
</NuxtLink>

<UButtonGroup>
Expand All @@ -12,7 +12,7 @@
<UButton to="/what-i-worked-on" icon="tabler:hammer" size="lg" color="black" variant="solid" label="/ what i worked on" />
</UButtonGroup>

<NuxtImg src="https://api.statusbadges.me/badge/status/585025499995045888?simple=true&style=flat-square" class="rounded mr-4"/>
<img src="https://api.statusbadges.me/badge/status/585025499995045888?simple=true&style=flat-square" class="rounded mr-4"/>
</div>
<NuxtPage class="mt-2"/>
<h6 class="mt-4">Status Badge: <NuxtLink to="https://statusbadges.me" target="_blank" class="text-sky-400">statusbadges.me</NuxtLink>; Icons: <NuxtLink to="https://iconify.design" target="_blank" class="text-sky-400">iconify.design</NuxtLink></h6>
Expand Down

0 comments on commit ef4aef3

Please sign in to comment.