diff --git a/app/pages/dashboard-tags/index.tsx b/app/pages/dashboard-tags/index.tsx index e3825e6..3cdde55 100644 --- a/app/pages/dashboard-tags/index.tsx +++ b/app/pages/dashboard-tags/index.tsx @@ -71,7 +71,7 @@ export const TagsPage = () => { className="text-md h-[42px] rounded-md" size="lg" > - Buat Tags + Buat Tag @@ -80,7 +80,7 @@ export const TagsPage = () => { columns={dataColumns} options={dataOptions} slots={dataSlot} - title="Daftar Katgeori" + title="Daftar Tags" /> )