chore: update copy
This commit is contained in:
parent
97728734a7
commit
d95439e3f4
@ -48,7 +48,7 @@ const mainMenus = [
|
||||
route: route.home,
|
||||
},
|
||||
{
|
||||
title: 'Assistant',
|
||||
title: 'Assistants',
|
||||
icon: IconClipboardSmileFilled,
|
||||
route: route.assistant,
|
||||
},
|
||||
|
||||
@ -56,7 +56,7 @@ function Assistant() {
|
||||
return (
|
||||
<div className="flex h-full flex-col flex-justify-center">
|
||||
<HeaderPage>
|
||||
<span>Assistant</span>
|
||||
<span>Assistants</span>
|
||||
</HeaderPage>
|
||||
<div className="h-full p-4 overflow-y-auto">
|
||||
<div className="grid grid-cols-3 gap-4">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user