Skip to content

Commit

Permalink
Add after party
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 26, 2024
1 parent 67edbde commit 50d4a40
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/pages/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import nick from "../assets/people/speakers/nick.jpeg";
import peter from "../assets/people/speakers/peter.jpeg";
import puja from "../assets/people/speakers/puja.jpeg";

import { FaTwitter } from "react-icons/fa";
import { FaExternalLinkAlt, FaTwitter } from "react-icons/fa";
import { ImSoundcloud } from "react-icons/im";

let currentDate = new Date();
Expand Down Expand Up @@ -1296,6 +1296,30 @@ Then we will look at tools and techniques we can use to govern and sustain crypt
title="End of hackathon, doors close"
eventLocations={[]}
/>
{extravaganzaActive && (
<ProgramItem
dayStr="2024-05-26"
startTime="20:00"
endTime="06:00"
endDayStr={"2024-05-27"}
isExtravaganza
title={
<span>
After Party
<a
href="https://aedenberlin.com"
target="blank"
rel="noreferrer noopener"
className="text-sm inline-flex items-center ml-2 text-berlin-red"
>
<FaExternalLinkAlt className="mr-[2px]" />{" "}
<strong>Aeden</strong>
</a>
</span>
}
eventLocations={[]}
/>
)}
</ul>
</p>
</div>
Expand Down

0 comments on commit 50d4a40

Please sign in to comment.