feat: add documentation for our support forum #21

Merged
naomi merged 3 commits from feat/forum into main 2026-01-26 13:50:29 -08:00
Showing only changes of commit b3ba88baa4 - Show all commits
+1 -1
View File
@@ -149,7 +149,7 @@ export const navigation = [
link: "/community/feedback", link: "/community/feedback",
}, },
{ {
label: "Community Fan Art Policy", label: "Fan Art Guidelines",
link: "/community/fan-art", link: "/community/fan-art",
} }
].sort((a, b) => a.label.localeCompare(b.label)), ].sort((a, b) => a.label.localeCompare(b.label)),