Skip to content

Commit

Permalink
Merge branch 'main' into fix/schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Oct 14, 2023
2 parents 1543b6d + 094f146 commit 8417583
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,22 @@ export function Footer() {
<p className="mt-6 text-base text-slate-500 md:mt-0">
Copyright &copy; State of the Map EU 2023 rights reserved.
</p>
<Link
rel="me"
href="https://en.osm.town/@sotmeu"
className="text-sotm-blue"
target="_blank"
>
Mastodon
</Link>
<div className="flex flex-col items-center justify-between gap-1 md:flex-row">
<Link
className="text-sotm-blue"
href="mailto:[email protected]"
>
[email protected]
</Link>
<Link
rel="me"
href="https://en.osm.town/@sotmeu"
className="text-sotm-blue"
target="_blank"
>
Mastodon
</Link>
</div>
</div>
</Container>
</footer>
Expand Down

0 comments on commit 8417583

Please sign in to comment.