Skip to content

Commit

Permalink
open external links in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vronifuchsberger committed Oct 9, 2023
1 parent efc23a8 commit f016174
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,35 +67,41 @@ export default function Footer() {
as={RemixLink}
to="https://facebook.com/kulturspektakel"
title="Facebook"
target="_blank"
>
<FaFacebook size={iconSize} />
</Link>
<Link
as={RemixLink}
to="https://www.youtube.com/channel/UCLOU06fHSN3Hwe0rmbrFtpA"
title="Youtube"
target="_blank"
>
<FaYoutube size={iconSize} />
</Link>
<Link
as={RemixLink}
to="https://instagram.com/kulturspektakel"
title="Instagram"
target="_blank"
>
<FaInstagram size={iconSize} />
</Link>
<Link
as={RemixLink}
to="https://open.spotify.com/user/p7s6vlorvw05bxm881h5em4dj?si=4049483d01ec4fc3"
title="Spotify"
target="_blank"
>
<FaSpotify size={iconSize} />
</Link>
</HStack>
<Box mt="2">
Gefördert von
<Image src={vpby} alt="Verband für Popkultur Logo" />
</Box>
<Link as={RemixLink} to="https://popkultur.bayern" target="_blank">
<Box mt="2">
Gefördert von
<Image src={vpby} alt="Verband für Popkultur" />
</Box>
</Link>
</VStack>
</Flex>
);
Expand Down

0 comments on commit f016174

Please sign in to comment.