From be633370245d2f64c25416c2f42a2910a11da3af Mon Sep 17 00:00:00 2001 From: Ardeman Date: Sat, 8 Mar 2025 15:25:20 +0800 Subject: [PATCH] fix: correct button label and table title in TagsPage component --- app/pages/dashboard-tags/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> )