diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9c6afb5..f728cd3 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -23,6 +23,7 @@ import AnchorButton from "./AnchorButton.astro";
+ Shop Code of Conduct
@@ -112,7 +113,7 @@ import AnchorButton from "./AnchorButton.astro"; .texts-line { display: flex; - flex-direction: column; + gap: 2rem; justify-content: right; text-align: right; width: 100%; diff --git a/src/components/PrimaryHero.astro b/src/components/PrimaryHero.astro index 67c2a47..d3cda9d 100644 --- a/src/components/PrimaryHero.astro +++ b/src/components/PrimaryHero.astro @@ -34,6 +34,10 @@ import TicketsButton from "./TicketsButton.astro"; Attendee Volunteering Event + + Shop + +
diff --git a/src/data/links.ts b/src/data/links.ts index 5b16977..8b07798 100644 --- a/src/data/links.ts +++ b/src/data/links.ts @@ -1,5 +1,6 @@ export const links = { scholarship: "https://forms.gle/pnoAmVgijk3p4j5C7", + shop: "https://shop.squiggle.tools", tickets: "https://ticket.squiggleconf.com", volunteer: "https://volunteer.squiggleconf.com", volunteering: "https://forms.gle/EhSEqs3HD5QsFhCz9",