Skip to content

Commit

Permalink
fix: correct links in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
habby1337 committed Mar 12, 2024
1 parent 26009f3 commit 75a6f40
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/Components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ const Footer = () => {
<div>
<ul className="flex items-center justify-center gap-4">
<li>
<a href="https://twitter.com/ServerlessMIL" target="_blank" className="transition-all hover:underline">
<a href="https://twitter.com/ServerlessItaly" target="_blank" className="transition-all hover:underline">
Twitter
</a>
</li>
<li>
<a
href="https://www.linkedin.com/company/serverlessdays-milan"
target="_blank"
className="transition-all hover:underline"
>
LinkedIn
<a href="https://linktr.ee/serverlessitaly" target="_blank" className="transition-all hover:underline">
Linktr.ee
</a>
</li>
<li>
<a
href="https://www.meetup.com/Serverless-Milan/"
href="https://www.meetup.com/it-IT/serverless-italy/"
target="_blank"
className="transition-all hover:underline"
>
Expand Down

0 comments on commit 75a6f40

Please sign in to comment.