Skip to content

Commit

Permalink
fix: Update card
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Nov 16, 2024
1 parent f5c7ccd commit 758a781
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions frontend/src/components/SiteContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,12 @@ export default class SiteContainer extends Component<SiteProps, TheState> {
target: 200,
},
charityData: {
title: "Culture Week 2024",
description: `Charity Week is back for 2024!
In w/c 24th June, Charity week will be returning, with fan favourite events making a comeback. Will you be in the hot seat for the Chase, or might you stun the judges with your skills in the X-Factor.
All in all, it will be a fantastic week to raise money for charity!
More info coming soon!
(Hint: Cultural Dress Day?)`,
title: "Charity Week 2024",
description: "Details coming soon!",
donateURL: "https://www.eventbrite.co.uk/e/kechb-culture-week-2024-tickets-918570989557?aff=isitweekasite",
charity: {
name: "Save the Children",
url: "https://www.savethechildren.org.uk/"
name: "N/A",
url: "https://isitweeka.com"
},
raised: {
net: "0",
Expand Down

0 comments on commit 758a781

Please sign in to comment.