Skip to content

Commit

Permalink
Merge pull request #74 from ieeeuoft/add-makeuoft-2024
Browse files Browse the repository at this point in the history
Add makeuoft 2024 event
  • Loading branch information
Mustaballer committed Jan 3, 2024
2 parents 5cdf298 + d04a0d0 commit add253a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
File renamed without changes
Binary file added src/Assets/Images/events/MakeUofT 2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
15 changes: 11 additions & 4 deletions src/Assets/Lists/allEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ export const allEvents = [
displayDate: "October 5, 2022",
date: "2022/10/05",
link: "https://www.eventbrite.ca/e/417248019057",
highlightEvent: true,
highlightEvent: false,
},
{
EventName: "NewHacks",
EventName: "NewHacks 2022",
displayDate: "November 5-6, 2022",
date: "2022/11/05",
link: "https://newhacks-2022.devpost.com/",
highlightEvent: true,
},
{
EventName: "MakeUofT",
EventName: "MakeUofT 2023",
displayDate: "February 18-19, 2023",
date: "2023/02/18",
link: "https://makeuoft-2023.devpost.com/",
Expand All @@ -41,7 +41,14 @@ export const allEvents = [
EventName: "NewHacks 2023",
displayDate: "November 4-5, 2023",
date: "2023/11/04",
link: "https://newhacks.ca/",
link: "https://newhacks-2023.devpost.com/",
highlightEvent: true,
},
{
EventName: "MakeUofT 2024",
displayDate: "February 17-18, 2024",
date: "2024/02/17",
link: "https://makeuoft.ca/",
highlightEvent: true,
},
];
Expand Down

0 comments on commit add253a

Please sign in to comment.