Skip to content

Commit 1e3ab0a

Browse files
committed
Fixed max-len issue
1 parent 9e3fbd4 commit 1e3ab0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/data/EventsDatabase.tsx

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

33
const semesterEnd = '5/31/25'
4-
4+
const descriptionForSDW = 'The goal of these classes is to equip you with the skills to model and design on a professional level, as well as create a common ground for all engineers to work together more efficiently and effectively'
55
const EVENT_INFO: EventObject[] = [
66
{
77
title: 'Weekly Solidworks Workshop',
8-
description: 'The goal of these classes is to equip you with the skills to model and design on a professional level, as well as create a common ground for all engineers to work together more efficiently and effectively',
8+
description: descriptionForSDW,
99
date: new Date('2025-02-17T17:30:00'),
1010
location: 'The ideas hub (second floor of the engineering building)',
1111
weekly: true,
@@ -18,7 +18,6 @@ const EVENT_INFO: EventObject[] = [
1818
// location: 'The Fish Bowl (first floor pf the engineering building)'
1919
location: '201A classroom (The ideas hub second floor of the engineering building)'
2020
},
21-
2221
{
2322
title: 'Weekly Programming Meeting',
2423
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot',

0 commit comments

Comments
 (0)