Skip to content

Commit

Permalink
Further fixes for the contribution page, some nala corrections and up…
Browse files Browse the repository at this point in the history
…dates
  • Loading branch information
jlbyrne committed Sep 9, 2024
1 parent 16d57c0 commit 29636e2
Show file tree
Hide file tree
Showing 11 changed files with 196 additions and 207 deletions.
255 changes: 128 additions & 127 deletions nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc --noEmit --incremental false"
},
"dependencies": {
"@brave/leo": "github:brave/leo#862f4d19a6a52906d097f2366cd4208a11c9bfc1",
"@brave/leo": "github:brave/leo#4596893bbc1f7bbf1ef4d2e0ddca63b570cb997f",
"@fontsource/poppins": "5.0.12",
"@fontsource/inter": "5.0.17",
"@fontsource/dm-mono": "5.0.19",
Expand Down
2 changes: 1 addition & 1 deletion nextjs/scripts/create-local-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const nextAllowPageRoutes = [
'publishers/u2f_registrations/new',
'publishers/home',
'publishers/contribution_page',
'c/*'
'/c/*'
];
const routeMatch = [
nextAllowPageRoutes.map((r) => `ja/${r}`).join('|'),
Expand Down
Loading

0 comments on commit 29636e2

Please sign in to comment.