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

@@ -4,7 +4,6 @@ export enum ChatType {
LOCATION = 'location',
THEME = 'theme',
LANGUAGE = 'language',
ABOUT = 'about',
PROJECTS = 'projects',
WRITINGS = 'writings',
EXPERIENCES = 'experiences',
@@ -123,13 +122,6 @@ export const ChatMessages = [
prompt: 'command.credits.prompt',
type: ChatType.CREDITS,
},
{
label: 'command.about.label',
icon: 'i-ph-person-arms-spread-duotone',
prompt: 'command.about.prompt',
type: ChatType.ABOUT,
fetchStates: [ChatFetchState.CHECKING],
},
{
label: 'command.projects.label',
icon: 'i-ph-code-duotone',