feat: enhance navigation and content structure across chat and project components

This commit is contained in:
2025-09-05 12:51:25 +02:00
parent b140760cfe
commit addb63a792
13 changed files with 337 additions and 231 deletions

View File

@@ -20,7 +20,7 @@ const { t } = useI18n()
icon="i-ph-linkedin-logo-duotone"
label="LinkedIn"
target="_blank"
class="inline-flex items-start gap-1 transform translate-y-1"
class="translate-y-1"
/>
</template>
<template #github>
@@ -29,7 +29,7 @@ const { t } = useI18n()
icon="i-ph-github-logo-duotone"
label="GitHub"
target="_blank"
class="inline-flex items-start gap-1 transform translate-y-1"
class="translate-y-1"
/>
</template>
<template #comment>