Improve tag alias.

This commit is contained in:
2025-05-30 16:18:38 +08:00
parent 5ef2816f98
commit 62daa692c8
2 changed files with 8 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ export default function TaggedResourcesPage() {
}} />
}
</div>
{tag?.type && <h2 className={"text-base-content/60 ml-2 text-xl pl-2 mb-2"}>{tag.type}</h2>}
{tag?.type && <h2 className={"text-base-content/60 ml-2 text-lg pl-2 mb-2"}>{tag.type}</h2>}
<div className={"px-3"}>
{
(tag?.aliases ?? []).map((e) => {