Skip to content

Commit

Permalink
Update links in Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-pr committed Dec 26, 2023
1 parent f480d2a commit 31b1d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/_components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ export default ({ text }) => (
<div class="col-auto">
<p>
{text.footer_slogan}{" "}
<a href="https://ccc.de/">Chaos Computer Club e.V.</a>
<a href="https://ccc.de/" target="_blank">Chaos Computer Club e.V.</a>
</p>
</div>
<div class="col-auto">
<p>
<a href="https://www.ccc.de/de/imprint">
<a href="https://www.ccc.de/de/imprint" target="_blank">
{text.footer_imprint}
{!text.footer_imprint && <span>Impressum</span>}
</a>{" "}
&{" "}
<a href="https://www.ccc.de/de/datenschutz">
<a href="https://www.ccc.de/de/datenschutz" target="_blank">
{text.footer_privacy}
{!text.footer_privacy && <span>Datenschutz</span>}
</a>
Expand Down

0 comments on commit 31b1d77

Please sign in to comment.