mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 21:34:21 +00:00
small changes to schedule
This commit is contained in:
@@ -26,7 +26,7 @@ export default function Timetable() {
|
||||
<button
|
||||
key={tab}
|
||||
onClick={() => setActiveTab(tab)}
|
||||
className={`${vipnagorgialla.className} uppercase italic px-4 py-2 text-lg font-semibold ${
|
||||
className={`${vipnagorgialla.className} cursor-pointer uppercase italic px-4 py-2 text-lg font-semibold ${
|
||||
activeTab === tab
|
||||
? "bg-[#00A3E0] text-white"
|
||||
: "bg-[#007CAB] dark:bg-[#007CAB] text-[#EEE5E5] hover:bg-[#00A3E0] dark:hover:bg-[#007CAB]"
|
||||
|
||||
@@ -7,6 +7,11 @@ export type ScheduleItem = {
|
||||
|
||||
export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
"24. oktoober": [
|
||||
{
|
||||
title: "Uksed avatakse",
|
||||
location: "Registreerimine ja setup aulas",
|
||||
time: "17.00",
|
||||
},
|
||||
{
|
||||
title: "League of Legends põhiturniir",
|
||||
location: "Aula",
|
||||
@@ -17,6 +22,7 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
location: "Tudengimaja",
|
||||
time: "-",
|
||||
},
|
||||
|
||||
],
|
||||
"25. oktoober": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user