fix: correct spelling of 'Staff' to 'Staf' and 'Tags' to 'Tag' in various components
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user