Update ticket page to fit figma design

This commit is contained in:
2025-07-19 02:13:02 +03:00
parent 506a4c3ad5
commit 26b196b7f6
4 changed files with 130 additions and 67 deletions

View File

@@ -10,20 +10,24 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
{
title: "League of Legends põhiturniir",
location: "Aula",
time: "-",
},
{
title: "Miniturniirid",
location: "Tudengimaja",
time: "-",
},
],
"25. oktoober": [
{
title: "Counter-Strike 2 põhiturniir",
location: "Aula",
time: "-",
},
{
title: "Miniturniirid",
location: "Tudengimaja",
time: "-",
},
],
};