From 02a37878d5f7079d84ffc008f3e83d58eb385486 Mon Sep 17 00:00:00 2001 From: Malena Schmidt <43754196+Malena205@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:17:58 +0100 Subject: [PATCH 1/2] Add donate buttons to Warwick page --- website/src/pages/warwick/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/pages/warwick/index.tsx b/website/src/pages/warwick/index.tsx index 3a07fdc2..dd1ef9df 100644 --- a/website/src/pages/warwick/index.tsx +++ b/website/src/pages/warwick/index.tsx @@ -11,6 +11,7 @@ import Philosophy from "../../components/Philosophy" import ContactForm from "../../components/ContactForm" import SocialIcon from "../../components/SocialIcon" import Panel from "../../components/Panel" +import Button from "../../components/Button" import instagram from "../../images/instagram.png" import facebook from "../../images/facebook.svg" @@ -35,6 +36,7 @@ const IndexPage = () => ( ]} right={[ // { text: "Join the 2021/22 committee", href: "https://forms.gle/abcd" }, + { text: "Donate", href: "warwick/donate" }, ]} />
@@ -48,6 +50,7 @@ const IndexPage = () => ( protected: 340013, }} /> +
(

Naturally, we are aware that the COVID-19 pandemic may affect the ways in which we can come together over the course of this year, and we are keeping a close eye on the local and national guidance at every stage. However, even if we are not able to come together as an entire community, this will not stop us from marking the end of the year in true Raise style. Whether in smaller groups or all together, we aim to create a meaningful and enjoyable format to bring the community together and celebrate our collective impact under these different circumstances.

+
From a55c5fc2a075c3c0dd512bce97f11ca9238ec704 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Fri, 4 Feb 2022 21:29:29 +0000 Subject: [PATCH 2/2] Update website/src/pages/warwick/index.tsx --- website/src/pages/warwick/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/warwick/index.tsx b/website/src/pages/warwick/index.tsx index dd1ef9df..0fb970c6 100644 --- a/website/src/pages/warwick/index.tsx +++ b/website/src/pages/warwick/index.tsx @@ -36,7 +36,7 @@ const IndexPage = () => ( ]} right={[ // { text: "Join the 2021/22 committee", href: "https://forms.gle/abcd" }, - { text: "Donate", href: "warwick/donate" }, + { text: "Donate", href: "/warwick/donate" }, ]} />