mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-25 17:52:32 +01:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -5,7 +5,7 @@ const { t } = useI18n()
|
||||
<template>
|
||||
<UCard class="mt-8 shadow-sm bg-white dark:bg-neutral-900">
|
||||
<NuxtImg
|
||||
src="/arthur pro.webp"
|
||||
src="/arthur-pro.webp"
|
||||
alt="Arthur Danjou"
|
||||
class="w-24 h-24 rounded-full float-left mr-4 mb-4"
|
||||
/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div class="m-1 md:max-w-2/3 shadow-sm rounded-xl border border-gray-200 dark:border-gray-700 overflow-hidden relative z-10">
|
||||
<NuxtImg class="rounded-xl" src="/location.png" />
|
||||
<div class="size-12 rounded-full border-2 border-sky-500 absolute z-50 top-2/5 -translate-y-1/2 left-1/5 -translate-x-1/2 animate-bounce">
|
||||
<NuxtImg src="/arthur pro.webp" class="rounded-full" alt="Location of Arthur" />
|
||||
<NuxtImg src="/arthur-pro.webp" class="rounded-full" alt="Location of Arthur" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user