Skip to content

Commit 792ccc7

Browse files
committed
Fixing weekly dates
1 parent 5094a23 commit 792ccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/EventsDatabase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { EventObject } from '../tools/CustomTypes'
33
const semesterEnd = '5/31/25'
44
const EVENT_INFO: EventObject[] = [
55
{
6-
title: 'Weekly Solidworks Workshop',
6+
title: 'Weekly SolidWorks Workshop',
77
description: `The goal of these classes is to equip you with the skills to model and design on a professional
88
level, as well as create a common ground for all engineers to work together more efficiently and effectively`,
99
date: new Date('2025-02-17T17:30:00'),

0 commit comments

Comments
 (0)