fix title back

This commit is contained in:
rizky 2024-04-30 05:09:17 -07:00
parent f310cc5a35
commit b3d2e5303d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export const TitleBack: FC<{
{icon.left}
</div>
<div>{local.label || "-"}</div>
<div className="c-font-bold">{local.label || "-"}</div>
</div>
);
};