Skip to content

Commit 90ba736

Browse files
committed
Fixing max length
1 parent e780741 commit 90ba736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/EventsDatabase.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 '
5-
const descriptionForSDW2 = '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 professional '
5+
const descriptionForSDW2 = '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',

0 commit comments

Comments
 (0)