mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
feat: update localization for 'about' section and remove unused chat type
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user