mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
feat: simplify localization handling and add resume component with translations
This commit is contained in:
@@ -30,7 +30,7 @@ const groupedWritings = computed(() => {
|
||||
:description="t('writings.description')"
|
||||
:title="t('writings.title')"
|
||||
/>
|
||||
<PostAlert />
|
||||
<PostAlert class="font-bold" />
|
||||
<div class="space-y-8">
|
||||
<div v-for="year in groupedWritings" :key="year[0]" class="lg:space-y-6 relative">
|
||||
<h2 class="text-4xl lg:absolute top-2 -left-16 font-bold opacity-10 select-none pointer-events-none lg:[writing-mode:vertical-rl] lg:[text-orientation:upright] pl-1 lg:pl-0">
|
||||
|
||||
Reference in New Issue
Block a user