From 3a8511dd2629a53b0b76d36d4d939de7589844d3 Mon Sep 17 00:00:00 2001 From: Malin Date: Tue, 21 Jan 2025 13:39:18 -0500 Subject: [PATCH 1/2] remove sign up button --- src/data/EventSignUpInfo.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/EventSignUpInfo.tsx b/src/data/EventSignUpInfo.tsx index 3e38630..4e6ee8b 100644 --- a/src/data/EventSignUpInfo.tsx +++ b/src/data/EventSignUpInfo.tsx @@ -1,11 +1,11 @@ import { EventSignUpProps } from '../pages/events/EventSignUpStyles' const EVENT_SIGNUP_INFO: EventSignUpProps[] = [ - { - title: 'Robotics Sign Up ', - description: 'Sign up for the club!', - src: 'https://forms.gle/pPHGRk5EkNQ7nJHd9' - } + // { + // title: 'Robotics Sign Up ', + // description: 'Sign up for the club!', + // src: 'https://forms.gle/pPHGRk5EkNQ7nJHd9' + // } // { // title: 'Build Day Sign Up', // description: 'Sign up for the outreach build days!', From bcc2455e6f3fa6660e2ed176032b33c23b6a78e6 Mon Sep 17 00:00:00 2001 From: Malin Date: Tue, 21 Jan 2025 13:45:26 -0500 Subject: [PATCH 2/2] deleted commented lines --- src/data/EventSignUpInfo.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/data/EventSignUpInfo.tsx b/src/data/EventSignUpInfo.tsx index 4e6ee8b..7d453f5 100644 --- a/src/data/EventSignUpInfo.tsx +++ b/src/data/EventSignUpInfo.tsx @@ -1,12 +1,6 @@ import { EventSignUpProps } from '../pages/events/EventSignUpStyles' const EVENT_SIGNUP_INFO: EventSignUpProps[] = [ - // { - // title: 'Robotics Sign Up ', - // description: 'Sign up for the club!', - // src: 'https://forms.gle/pPHGRk5EkNQ7nJHd9' - // } - // { // title: 'Build Day Sign Up', // description: 'Sign up for the outreach build days!', // src: 'https://docs.google.com/forms/d/e/1FAIpQLSdOjuVGK6zYMWIRCSSR3LGqVTssxk2A5HxDehjSpYo6C3tGAw/viewform?usp=sf_link'