Skip to content

Commit

Permalink
Add DJ
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 25, 2024
1 parent e7d6637 commit 0904e6b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/pages/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ const Program = () => {
endTime="19:00"
title={
<span className="inline-flex items-center">
Jommi{" "}
Jommi & Francesco{" "}
<a
href="https://twitter.com/joakimhi"
className="ml-2 inline-block opacity-70 hover:opacity-100 text-berlin-red hover:text-berlin-red"
Expand All @@ -878,6 +878,15 @@ const Program = () => {
>
<FaTwitter />
</a>
&
<a
href="https://x.com/fmelp"
className="inline-block opacity-70 hover:opacity-100 text-berlin-red hover:text-berlin-red"
target="_blank"
rel="noopener noreferrer"
>
<FaTwitter />
</a>
</span>
}
eventLocations={[locations.yard0]}
Expand Down

0 comments on commit 0904e6b

Please sign in to comment.