Skip to content

Commit

Permalink
Update Terms and Conditions and fix opening it on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Apr 18, 2024
1 parent 7e18cbf commit ebbb1be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/1897.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Terms and Conditions and fix opening it on Windows
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ exports[`<Footer /> should render mobile version of footer 1`] = `
>
<a
class="c2"
href="https://wallet.oasis.io/t-c"
href="https://wallet.oasis.io/t-c.pdf"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Footer = memo(() => {
t={t}
components={{
TermsLink: (
<Anchor href="https://wallet.oasis.io/t-c" target="_blank" rel="noopener noreferrer" />
<Anchor href="https://wallet.oasis.io/t-c.pdf" target="_blank" rel="noopener noreferrer" />
),
}}
defaults="<TermsLink>Terms and Conditions</TermsLink>"
Expand Down

0 comments on commit ebbb1be

Please sign in to comment.