refactor: streamline component structure and enhance accessibility features

This commit is contained in:
2025-09-04 18:43:14 +02:00
parent 34d2e88e9f
commit 97d7cddaa5
14 changed files with 38 additions and 71 deletions

View File

@@ -3,7 +3,7 @@ const { t } = useI18n()
</script>
<template>
<div class="mt-8 p-8 border bg-white/70 dark:bg-black/70 border-gray-200 dark:border-neutral-700 rounded-md">
<UCard class="mt-8 shadow-sm bg-white dark:bg-neutral-900">
<NuxtImg
src="/arthur pro.webp"
alt="Arthur Danjou"
@@ -42,5 +42,5 @@ const { t } = useI18n()
<br> <br>
</template>
</i18n-t>
</div>
</UCard>
</template>