We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e54adb1 + b68511f commit 8453d40Copy full SHA for 8453d40
1 file changed
src/layouts/AboutLayout.astro
@@ -31,6 +31,10 @@ const pageJumpToLinks = [
31
url: `${Astro.url.pathname}#contact`,
32
label: t("Contact") as string,
33
},
34
+ {
35
+ url: `${Astro.url.pathname}#supporters`,
36
+ label: t("Supporters") as string,
37
+ },
38
{
39
url: `${Astro.url.pathname}#processing-foundation`,
40
label: t("Processing Foundation") as string,
0 commit comments