Event Page (#36)
* created event block component, tabs wip * adding icons and changing type to EventPost * refactor event block to tailwind (antoine help) * revert nav bar to black * using tabs from skeleton * Fix Event tabs CSS classses and create Tab Control component * adding space between the tabs * created EventTabPanel component * small styling fix * sorting events by date --------- Co-authored-by: Antoine Phan <antoine.phan@mail.mcgill.ca>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
export type EventPost = {
|
||||
id: string;
|
||||
title: string;
|
||||
name: string;
|
||||
description: string;
|
||||
date: string;
|
||||
time: string;
|
||||
location: string;
|
||||
image: string;
|
||||
link: string;
|
||||
thumbnail: string;
|
||||
reglink: string;
|
||||
category: string;
|
||||
payment: string; // event payment link (e.g., Zeffy)
|
||||
paylink: string; // event payment link (e.g., Zeffy)
|
||||
};
|
||||
|
||||
export type FAQ = {
|
||||
|
||||
Reference in New Issue
Block a user