Skip to content

Commit e203a1f

Browse files
committed
Working on fixing leads spacing
1 parent 90ba736 commit e203a1f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/data/EventsDatabase.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { EventObject } from '../tools/CustomTypes'
22

33
const semesterEnd = '5/31/25'
4-
const descriptionForSDW1 = 'The goal of these classes is to equip you with the skills to model and design on a professional '
5-
const descriptionForSDW2 = 'level, as well as create a common ground for all engineers to work together more efficiently and effectively'
4+
const descriptionForSDW = `The goal of these classes is to equip you with the skills to model and design on a professional
5+
level, as well as create a common ground for all engineers to work together more efficiently and effectively`
66
const EVENT_INFO: EventObject[] = [
77
{
88
title: 'Weekly Solidworks Workshop',
9-
description: descriptionForSDW1 + descriptionForSDW2,
9+
description: descriptionForSDW,
1010
date: new Date('2025-02-17T17:30:00'),
1111
location: 'The ideas hub (second floor of the engineering building)',
1212
weekly: true,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const MeetTheLeads = (): React.ReactElement => {
2929
<h2 className='title'>Meet The Leads</h2>
3030
<AiOutlineDash/>
3131
</Styles.TitleContainer>
32-
3332
<Styles.SpaceBackground>
3433
<Styles.LeadsGallery>
3534
<div className='leads-slide'>
@@ -45,7 +44,8 @@ const MeetTheLeads = (): React.ReactElement => {
4544
<img src={ MalinsFace }/>
4645
</div>
4746
<div className='leads-slide'>
48-
<h2>Meet our Vice President!</h2>
47+
<h2>Meet our Vice President</h2>
48+
<h2> and Website Manager!</h2>
4949
<p>
5050
Malin Kussi
5151
</p>
@@ -86,15 +86,15 @@ const MeetTheLeads = (): React.ReactElement => {
8686
Tanishka Shah
8787
</p>
8888
</div>
89-
<div className='leads-slide'>
89+
{/* <div className='leads-slide'>
9090
<h2>Meet our Shop Manager!</h2>
9191
<p>
9292
Jonah Tesler
9393
</p>
9494
</div>
9595
<div className='Leads-img-container'>
9696
<img src={ TanishkasFace }/>
97-
</div>
97+
</div> */}
9898

9999
</Styles.LeadsGallery>
100100
</Styles.SpaceBackground>

0 commit comments

Comments
 (0)