Skip to content

Commit

Permalink
fix: update links for imprint and privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
advanced-media authored and romanzipp committed Aug 20, 2024
1 parent ce2097c commit 13c182f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export default {
data: () => ({
links: [
{ title: 'Open Source', url: 'https://github.com/romanzipp/GetBetter', logo: GitHubLogo },
{ title: 'Impressum', url: 'https://ich.wtf/imprint' },
{ title: 'Datenschutz', url: 'https://ich.wtf/privacy' },
{ title: 'Impressum', url: 'https://ich.wtf/impressum' },
{ title: 'Datenschutz', url: 'https://ich.wtf/datenschutzerklaerung' },
],
}),
};
Expand Down

0 comments on commit 13c182f

Please sign in to comment.