fix: correct button label and table title in TagsPage component

This commit is contained in:
Ardeman 2025-03-08 15:25:20 +08:00
parent 4b61fd9501
commit be63337024

View File

@ -71,7 +71,7 @@ export const TagsPage = () => {
className="text-md h-[42px] rounded-md"
size="lg"
>
Buat Tags
Buat Tag
</Button>
</div>
@ -80,7 +80,7 @@ export const TagsPage = () => {
columns={dataColumns}
options={dataOptions}
slots={dataSlot}
title="Daftar Katgeori"
title="Daftar Tags"
/>
</div>
)