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
@@ -70,7 +70,7 @@ export const UsersPage = () => {
return (
<div className="relative">
<TitleDashboard title="Users" />
<TitleDashboard title="User" />
<div className="mb-8 flex items-end justify-between gap-5">
<div className="flex-1">{/* TODO: Filter */}</div>
@@ -80,7 +80,7 @@ export const UsersPage = () => {
data={dataTable || []}
columns={dataColumns}
slots={dataSlot}
title="Daftar Users"
title="Daftar User"
/>
</div>
)