diff --git a/components/website/SessionCard.tsx b/components/website/SessionCard.tsx index 7a7b0e80..0000cc3d 100644 --- a/components/website/SessionCard.tsx +++ b/components/website/SessionCard.tsx @@ -139,6 +139,10 @@ export default function SessionCard({ : "justify-start"; } + function sessionJustify() { + return ["Ev"].includes(session!.type) ? "justify-center" : "justify-start"; + } + function handleSessionClick() { if (!clickable) return; history.pushState(null, "", `/2024/agenda/${session!.id}/`); @@ -171,14 +175,15 @@ export default function SessionCard({ }} className="flex" > +
@@ -210,7 +215,9 @@ export default function SessionCard({ ))}