fix: correct spelling of 'Staff' to 'Staf' and 'Tags' to 'Tag' in various components

This commit is contained in:
Ardeman
2025-03-25 01:00:57 +08:00
parent de1802c597
commit 39b7720186
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ export const StaffsPage = () => {
return (
<div className="relative">
<TitleDashboard title="Staffs" />
<TitleDashboard title="Staf" />
<div className="mb-8 flex items-end justify-between gap-5">
<div className="flex-1">{/* TODO: Filter */}</div>
<Button
@@ -74,7 +74,7 @@ export const StaffsPage = () => {
size="lg"
className="text-md h-[42px] px-4"
>
<PlusIcon className="size-8" /> Buat Staff
<PlusIcon className="size-8" /> Buat Staf
</Button>
</div>