Skip to content

Commit d294974

Browse files
committed
Disabled Robotics Sign up button
1 parent df5f758 commit d294974

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed
896 KB
Loading

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!',

src/data/EventsDatabase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const EVENT_INFO: EventObject[] = [
1212
},
1313
{
1414
title: 'Weekly Programming Meeting',
15-
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot',
15+
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot on github',
1616
date: new Date('2025-01-22T17:00:00'),
1717
location: 'The ideas hub (second floor of the engineering building)',
1818
weekly: true,

src/pages/meet-the-leads/MeetTheLeads.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ import NasiersFace from '../../assets/pics/Leads/Nasiers_face.jpg'
1818
import MalinsFace from '../../assets/pics/Leads/Malins_face.jpg'
1919
import BriansFace from '../../assets/pics/Leads/Brians_face.jpg'
2020
import AlessiasFace from '../../assets/pics/Leads/Alessia_headshot.png'
21+
// import JadensFace from '../../assets/pics/Leads/Jadens_face.jpg'
22+
23+
2124
// a separator is needed for some reason, troubleshoot this or create a very small section div or style this like the robotics page
2225
//use robotics format
23-
//bakround is implemented but sections are not made to be compatible, change to gallery sections
26+
//backround is implemented but sections are not made to be compatible, change to gallery sections
2427
const MeetTheLeads = (): React.ReactElement => {
2528
return (
2629

0 commit comments

Comments
 (0)