wip: Discord Server Rules page, fixed ESLint restriction on link components, added linking to specific element ids on internal routes

This commit is contained in:
Benjamin Singleton 2026-02-13 23:55:39 -06:00
parent de86791e2a
commit feacb9b754
11 changed files with 350 additions and 42 deletions

View file

@ -40,7 +40,9 @@ const computeButtons = (
style: { color: "primary" },
},
{
link: { to: { type: "internal", internal: "/discord/rules" } },
link: {
to: { type: "internal", internal: { route: "/discord/rules" } },
},
label: buttons.rules.label,
style: { color: "warning", outlined: true },
},