Skip to content

Commit

Permalink
fix: update privacy link (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohlf authored Oct 23, 2024
1 parent f1bf562 commit 6e1067e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Footer/Links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ export default function Links(): ReactElement {
<Button href="https://pontus-x.eu/imprint" className={styles.link}>
Imprint
</Button>
<Button href="https://pontus-x.eu/privacy/en" className={styles.link}>
<Button
href="https://portal.pontus-x.eu/privacy/en"
className={styles.link}
>
Privacy
</Button>
{appConfig.privacyPreferenceCenter === 'true' && (
Expand Down

0 comments on commit 6e1067e

Please sign in to comment.