mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
Working
This commit is contained in:
@@ -136,6 +136,9 @@ const { t } = useI18n({
|
||||
"idling": "Je dors 😴"
|
||||
},
|
||||
"separator": "à"
|
||||
},
|
||||
"es": {
|
||||
|
||||
}
|
||||
}
|
||||
</i18n>
|
||||
|
||||
@@ -2,13 +2,15 @@
|
||||
<div class="flex items-center gap-2 mt-4">
|
||||
<div class="flex items-center">
|
||||
<UTooltip text="It's me 👋">
|
||||
<div class="flex items-center w-12 h-12">
|
||||
<NuxtImg
|
||||
alt="Arthur Danjou picture"
|
||||
class="w-full h-full hover:rotate-[360deg] duration-500 transform-gpu"
|
||||
src="/favicon.png"
|
||||
/>
|
||||
</div>
|
||||
<UAvatar
|
||||
alt="Avatar"
|
||||
chip-color="gray"
|
||||
chip-position="top-right"
|
||||
chip-text="!"
|
||||
class="hover:rotate-[360deg] duration-500 transform-gpu"
|
||||
size="md"
|
||||
src="/favicon.png"
|
||||
/>
|
||||
</UTooltip>
|
||||
</div>
|
||||
<p class="not-prose">
|
||||
|
||||
Reference in New Issue
Block a user