Skip to content

Commit

Permalink
add link to cells
Browse files Browse the repository at this point in the history
  • Loading branch information
soroushowji-tomtom committed Nov 7, 2023
1 parent 3111160 commit f69926c
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/components/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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 />
Expand Down

0 comments on commit f69926c

Please sign in to comment.