Skip to content

Commit

Permalink
Changed order of events
Browse files Browse the repository at this point in the history
  • Loading branch information
AranJannson committed Feb 12, 2024
1 parent eaa7842 commit 3651c2f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pages/events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,27 @@ export default {
{
"id": 3,
"img": "/icon.png",
"title": "Stem Quiz",
"date": "15/02/24",
"location": "LTD",
"time": "18:20"
},
{
"id": 4,
"img": "/icon.png",
"title": "Hackathon (Introduction & Briefing)",
"date": "28/02/24",
"location": "LTE",
"time": "13:00"
},
{
"id": 4,
"id": 5,
"img": "/icon.png",
"title": "Hackathon (Presentation & Awards)",
"date": "06/03/24",
"location": "TBC",
"time": "TBC"
},
{
"id": 5,
"img": "/icon.png",
"title": "Stem Quiz",
"date": "15/02/24",
"location": "LTD",
"time": "18:20"
}
]
}
}
Expand Down

0 comments on commit 3651c2f

Please sign in to comment.