chore: update copy

This commit is contained in:
Faisal Amir 2025-05-20 12:21:30 +07:00
parent 97728734a7
commit d95439e3f4
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ const mainMenus = [
route: route.home, route: route.home,
}, },
{ {
title: 'Assistant', title: 'Assistants',
icon: IconClipboardSmileFilled, icon: IconClipboardSmileFilled,
route: route.assistant, route: route.assistant,
}, },

View File

@ -56,7 +56,7 @@ function Assistant() {
return ( return (
<div className="flex h-full flex-col flex-justify-center"> <div className="flex h-full flex-col flex-justify-center">
<HeaderPage> <HeaderPage>
<span>Assistant</span> <span>Assistants</span>
</HeaderPage> </HeaderPage>
<div className="h-full p-4 overflow-y-auto"> <div className="h-full p-4 overflow-y-auto">
<div className="grid grid-cols-3 gap-4"> <div className="grid grid-cols-3 gap-4">