Skip to content

Commit

Permalink
Merge pull request #521 from persistenceOne/logo_change
Browse files Browse the repository at this point in the history
update terms link
  • Loading branch information
blackpanther1881 authored Aug 14, 2024
2 parents 1397995 + 7d3aa6e commit fde1e24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Footer = () => {
<div className={"d-flex"}>
<p className="copy-rights mb-sm-0">Developed by Persistence</p>
<a
href="https://persistence.one/terms"
href="https://persistence.one/termsofuse"
target="_blank"
rel="noreferrer"
className={"copy-rights ml-2 terms"}
Expand All @@ -79,7 +79,7 @@ const Footer = () => {
{socialList.map((item, index) => (
<OverlayTrigger
key={index}
placement="bottom"
placement="top"
overlay={
<Tooltip id={`tooltip-${item.iconName}}`}>
{item.tooltip}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Common/DashboardHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const DashboardHeader = () => {
</a>
<a
className="profile-item primary-medium-color pb-2 pl-2"
href="https://persistence.one/terms"
href="https://persistence.one/termsofuse"
rel="noopener noreferrer"
target="_blank"
onClick={() => onClick(t("Terms of Use"))}
Expand Down
6 changes: 3 additions & 3 deletions src/containers/TermsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const ModalTerms = () => {
I have read and understood, and hereby agree to be legally bound
as a ‘User’ to all the terms contained in the{" "}
<a
href="https://persistence.one/terms"
href="https://persistence.one/termsofuse"
target="_blank"
rel="noreferrer"
className={"underline"}
Expand Down Expand Up @@ -103,7 +103,7 @@ const ModalTerms = () => {
<p className={"text"}>
I declare that I am not an Excluded Person as defined in the{" "}
<a
href="https://persistence.one/terms"
href="https://persistence.one/termsofuse"
target="_blank"
rel="noreferrer"
className={"underline"}
Expand All @@ -129,7 +129,7 @@ const ModalTerms = () => {
I agree that my use and continued use of this site is subject to
my continued agreement to the prevailing{" "}
<a
href="https://persistence.one/terms"
href="https://persistence.one/termsofuse"
target="_blank"
rel="noreferrer"
className={"underline"}
Expand Down

0 comments on commit fde1e24

Please sign in to comment.