Skip to content

Commit

Permalink
fix: remove duplicate tos (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Mar 8, 2024
1 parent 196a8b6 commit 0f2506e
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions frontend/web/components/pages/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,29 +444,6 @@ const HomePage = class extends React.Component {
</Link>
</Row>
)}

<div className='mt-4 text-center text-small text-muted'>
By signing up you agree to our{' '}
<a
style={{ opacity: 0.8 }}
target='_blank'
className='text-small'
href='https://flagsmith.com/terms-of-service/'
rel='noreferrer'
>
Terms of Service
</a>{' '}
and{' '}
<a
style={{ opacity: 0.8 }}
target='_blank'
className='text-small'
href='https://flagsmith.com/privacy-policy/'
rel='noreferrer'
>
Privacy Policy
</a>
</div>
</div>
)}
</React.Fragment>
Expand Down

0 comments on commit 0f2506e

Please sign in to comment.