mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-28 20:55:59 +01:00
feat: simplify localization handling and add resume component with translations
This commit is contained in:
@@ -19,7 +19,7 @@ const { data: projects } = await useAsyncData('all-projects', () => {
|
||||
:description="t('projects.description')"
|
||||
:title="t('projects.title')"
|
||||
/>
|
||||
<PostAlert />
|
||||
<PostAlert class="font-bold" />
|
||||
<ul class="grid grid-cols-1 sm:grid-cols-2 gap-8">
|
||||
<NuxtLink
|
||||
v-for="(project, id) in projects"
|
||||
|
||||
Reference in New Issue
Block a user