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:
parent
de86791e2a
commit
feacb9b754
11 changed files with 350 additions and 42 deletions
|
|
@ -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 },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue