Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add link to cells #160

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add link to cells
soroushowji-tomtom committed Nov 7, 2023
commit f69926cb422855ea79f8e14ee20332c26df7dd0c
20 changes: 13 additions & 7 deletions src/components/Schedule.jsx
Original file line number Diff line number Diff line change
@@ -39,12 +39,14 @@ export function Schedule({ id }) {
colSpan={4}
className="border border-sotm-yellow font-poppins text-sotm-blue"
>
<p>Mobile Mapping Workshop</p>
<p className="font-bold">ACTIVE MOVEMENT</p>
<p>by Andrew Hain</p>
<p className="font-bold">
Antwerp Berchem Station Meeting Point
</p>
<Link href="/program/mobile-mapping-workshop">
<p>Mobile Mapping Workshop</p>
<p className="font-bold">ACTIVE MOVEMENT</p>
<p>by Andrew Hain</p>
<p className="font-bold">
Antwerp Berchem Station Meeting Point
</p>
</Link>
</td>
</tr>
<tr className="text-center">
@@ -580,7 +582,11 @@ export function Schedule({ id }) {
</tr>
<tr className="text-center">
<TimeCell title="16:00 - 16:30" />
<YellowCell title="Closing Session" text="by SotM EU Team" />
<YellowCell
title="Closing Session"
text="by SotM EU Team"
link="program/closing-session"
/>
<EmptyCell />
<EmptyCell />
<EmptyCell />