Skip to content

Commit e780741

Browse files
committed
Fixed max line error
1 parent 1e3ab0a commit e780741

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/data/EventsDatabase.tsx

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

33
const semesterEnd = '5/31/25'
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'
4+
const descriptionForSDW1 = 'The goal of these classes is to equip you with the skills to model and design on a '
5+
const descriptionForSDW2 = 'professional level, as well as create a common ground for all engineers to work together more efficiently and effectively'
56
const EVENT_INFO: EventObject[] = [
67
{
78
title: 'Weekly Solidworks Workshop',
8-
description: descriptionForSDW,
9+
description: descriptionForSDW1 + descriptionForSDW2,
910
date: new Date('2025-02-17T17:30:00'),
1011
location: 'The ideas hub (second floor of the engineering building)',
1112
weekly: true,

0 commit comments

Comments
 (0)