We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e780741 commit 90ba736Copy full SHA for 90ba736
src/data/EventsDatabase.tsx
@@ -1,8 +1,8 @@
1
import { EventObject } from '../tools/CustomTypes'
2
3
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'
+const descriptionForSDW1 = 'The goal of these classes is to equip you with the skills to model and design on a professional '
+const descriptionForSDW2 = 'level, as well as create a common ground for all engineers to work together more efficiently and effectively'
6
const EVENT_INFO: EventObject[] = [
7
{
8
title: 'Weekly Solidworks Workshop',
0 commit comments