Skip to content

Commit 8453d40

Browse files
authored
Merge pull request #419 from processing/update-asset
add supporters in side nav
2 parents e54adb1 + b68511f commit 8453d40

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)