mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-08 21:05:47 +01:00
feat: enhance navigation and content structure across chat and project components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user