Skip to content

Commit 3a8511d

Browse files
committed
remove sign up button
1 parent 1738f6b commit 3a8511d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/data/EventSignUpInfo.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { EventSignUpProps } from '../pages/events/EventSignUpStyles'
22

33
const EVENT_SIGNUP_INFO: EventSignUpProps[] = [
4-
{
5-
title: 'Robotics Sign Up ',
6-
description: 'Sign up for the club!',
7-
src: 'https://forms.gle/pPHGRk5EkNQ7nJHd9'
8-
}
4+
// {
5+
// title: 'Robotics Sign Up ',
6+
// description: 'Sign up for the club!',
7+
// src: 'https://forms.gle/pPHGRk5EkNQ7nJHd9'
8+
// }
99
// {
1010
// title: 'Build Day Sign Up',
1111
// description: 'Sign up for the outreach build days!',

0 commit comments

Comments
 (0)