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