Skip to content

Commit b68511f

Browse files
committed
add supporters in side nav
1 parent 285bdfa commit b68511f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/layouts/AboutLayout.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const pageJumpToLinks = [
3131
url: `${Astro.url.pathname}#contact`,
3232
label: t("Contact") as string,
3333
},
34+
{
35+
url: `${Astro.url.pathname}#supporters`,
36+
label: t("Supporters") as string,
37+
},
3438
{
3539
url: `${Astro.url.pathname}#processing-foundation`,
3640
label: t("Processing Foundation") as string,

0 commit comments

Comments
 (0)