Skip to content

Commit

Permalink
remove duplicate privacy section
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandelis Symeonidis committed Dec 12, 2023
1 parent c11dbdf commit 80d4634
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/content-mobile/privacy-mobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export const PrivacyMobile: FC = () => {
<GeneralInfo>
<Title>{text.content.whatInformationDoWe}</Title>
<FormText customColor={color.darkGrey}>{text.content.weCollectPersonal}</FormText>
<Title>{text.content.whatInformationDoWe}</Title>
<FormText customColor={color.darkGrey}>{text.content.weUseTheInformation}</FormText>
</GeneralInfo>
</InfoContainer>
</ContentWrapper>
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/pages/content/privacy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export const Privacy: FC = () => {
<GeneralInfo>
<Title>{text.content.whatInformationDoWe}</Title>
<FormText customColor={color.darkGrey}>{text.content.weCollectPersonal}</FormText>
<Title>{text.content.whatInformationDoWe}</Title>
<FormText customColor={color.darkGrey}>{text.content.weUseTheInformation}</FormText>
</GeneralInfo>
</InfoContainer>
<FooterContainer>
Expand Down

0 comments on commit 80d4634

Please sign in to comment.