Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update terms link #521

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading