Skip to content

Commit

Permalink
feat: add disclaimer to info page
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Aug 24, 2020
1 parent 8923ea4 commit a89148e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/InfoPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ function InfoPage() {
title: { content: t('info.impressumTitle') },
content: { content: t('info.impressum') },
},
{
key: 'info.disclaimer',
title: { content: t('info.disclaimerTitle') },
content: { content: t('info.disclaimer') },
},
];
return (
<div className={styles.page}>
Expand Down

0 comments on commit a89148e

Please sign in to comment.