feat: update localization for 'about' section and remove unused chat type

This commit is contained in:
2025-09-05 15:27:56 +02:00
parent 0921cfdd53
commit b5b887673e
7 changed files with 13 additions and 28 deletions

View File

@@ -89,7 +89,7 @@ function isRoute(name: string): boolean {
<template>
<nav
class="fixed z-50 mb-4 md:pb-8 duration-700 mx-auto px-8 sm:px-0 flex gap-2"
:class="active || mode === 'work' ? 'bottom-0 left-1/2 -translate-x-1/2' : 'max-w-[40rem] w-full md:bottom-1/5 left-1/2 -translate-x-1/2 bottom-0'"
:class="active || mode === 'work' ? 'bottom-0 left-1/2 -translate-x-1/2' : 'max-w-[40rem] w-full md:bottom-1/6 left-1/2 -translate-x-1/2 bottom-0'"
>
<UCard variant="outline" class="rounded-xl shadow-lg w-full" :ui="{ body: 'p-2 sm:p-2 flex gap-2 w-full' }">
<UFieldGroup v-if="mode === 'chat'" class="w-full">

View File

@@ -42,7 +42,6 @@ const componentMap: Record<ChatType, Component | undefined> = {
[ChatType.PROJECTS]: ToolProjects,
[ChatType.WRITINGS]: ToolWritings,
[ChatType.HOBBIES]: ToolHobbies,
[ChatType.ABOUT]: undefined,
[ChatType.EXPERIENCES]: undefined,
[ChatType.STATUS]: undefined,
[ChatType.CREDITS]: ToolCredits,

View File

@@ -12,7 +12,7 @@ const { t } = useI18n()
<i18n-t
keypath="post.footer.thanks"
tag="p"
class="text-neutral-600 dark:text-neutral-400 text-justify"
class="text-neutral-600 dark:text-neutral-400"
>
<template #linkedin>
<PostLink