fix: nav
Node.js CI / CI (pull_request) Successful in 1m19s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m27s

This commit is contained in:
2026-01-26 13:44:18 -08:00
parent fe08238eea
commit b3ba88baa4
+1 -1
View File
@@ -149,7 +149,7 @@ export const navigation = [
link: "/community/feedback",
},
{
label: "Community Fan Art Policy",
label: "Fan Art Guidelines",
link: "/community/fan-art",
}
].sort((a, b) => a.label.localeCompare(b.label)),