Skip to content

Commit

Permalink
Merge pull request #34 from QuickBlox/develop
Browse files Browse the repository at this point in the history
Updated Terms of Service and Privacy Policy links
  • Loading branch information
andrii-khomutovskyi-qb authored Jan 29, 2024
2 parents b9d6dde + 214b023 commit c1f9158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import './style.scss'
export default function Footer() {
return (
<div className="footer-wrapper">
<a href='https://quickblox.com/terms-of-service' target='_blank' rel="noreferrer">Terms of Service</a>
<a href='https://quickblox.com/privacy-policy/' target='_blank' rel="noreferrer">Privacy Policy</a>
<a href='https://quickblox.com/qm-end-user-license-agreement' target='_blank' rel="noreferrer">Terms of Service</a>
<a href='https://quickblox.com/qm-privacy-policy' target='_blank' rel="noreferrer">Privacy Policy</a>
</div>
)
}

0 comments on commit c1f9158

Please sign in to comment.