Skip to content

Commit 3a615ed

Browse files
committed
Fix Workshops with same team and name being mislabled
1 parent 06c551d commit 3a615ed

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/lib/components/workshop/table.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,12 @@ export const currentTable: Tables = {
371371
design: {
372372
workshops: {
373373
fa24: [
374+
{
375+
name: 'Creative Coding',
376+
team: 'design',
377+
semester: 'fa24',
378+
link: 'https://docs.google.com/presentation/d/1Lu3VB9-bwqYoLHq0FqfFz6xZb-14RkYePsQAzVPocEs/edit?usp=sharing',
379+
},
374380
{
375381
name: 'How To Win A Designathon',
376382
team: 'design',
@@ -397,12 +403,6 @@ export const currentTable: Tables = {
397403
semester: 'sp25',
398404
link: 'https://docs.google.com/presentation/d/1yS2GMoBsx-QfVmLvVYo-tm3OxaQ_at-gMxOEkBZ9S5I/edit?usp=sharing',
399405
},
400-
{
401-
name: 'Creative Coding',
402-
team: 'design',
403-
semester: 'sp25',
404-
link: 'https://docs.google.com/presentation/d/1yS2GMoBsx-QfVmLvVYo-tm3OxaQ_at-gMxOEkBZ9S5I/edit?usp=sharing',
405-
},
406406
],
407407
fa25: [
408408
{

src/lib/public/links/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@
431431
"icpc/fa24-problem-stratagies": "https://docs.google.com/presentation/d/1DOhaXTPMA6_PRnGGSgimgTNVqdp2jsWEfWjxeLeErds",
432432
"icpc/fa24-kickoff": "https://docs.google.com/presentation/d/14BRneKm3K1Fae2Psq4jifIzQk_gKkMD-OTOVNdaaX04",
433433
"design/sp25-creative-coding": "https://docs.google.com/presentation/d/1yS2GMoBsx-QfVmLvVYo-tm3OxaQ_at-gMxOEkBZ9S5I/edit?usp=sharing",
434-
"design/fa24-creative-coding": "https://docs.google.com/presentation/d/1Lu3VB9-bwqYoLHq0FqfFz6xZb-14RkYePsQAzVPocEs/edit?usp=sharing",
435434
"design/fa24-how-to-win-a-designathon": "https://acmcsuf.com/designathon101",
435+
"design/fa24-creative-coding": "https://docs.google.com/presentation/d/1Lu3VB9-bwqYoLHq0FqfFz6xZb-14RkYePsQAzVPocEs/edit?usp=sharing",
436436
"design/fa24-intro-to-css": "https://docs.google.com/presentation/d/1eMuNRxWCgX-TA9dVwxn6NfvFWYNh5vgueb0oVl-w-BA/edit?usp=sharing",
437437
"design/fa24-ux-design": "https://docs.google.com/presentation/d/1sSt-9x4lqql2_bR-WsF9JENSEu8CW32TJXZDXPunIZE/edit?usp=sharing",
438438
"ai/f25-ai-searchengine": "https://docs.google.com/presentation/d/1fdhGSkqlZduClOPgG73-wuY_3KBgtluNE9coOVx7HWU/edit?usp=sharing",

0 commit comments

Comments
 (0)