Skip to content

Commit

Permalink
Update dydx ToS (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamiak authored Oct 28, 2024
1 parent f85c49b commit ed1c59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function TermsOfServiceAck({
instanceName: InstanceName
}) {
return instanceName === 'dYdX' ? (
<div className="text-center">
<div className="text-center leading-tight">
{prefix ?? 'By accessing this website, you agree to our '}{' '}
<Link href="https://dydx.exchange/terms">Terms of Use</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/view/components/page/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function Footer({ context }: FooterProps) {
return (
<footer className="flex flex-wrap items-baseline justify-center gap-y-3 whitespace-normal border-t border-t-zinc-800 p-6 text-sm">
<TermsOfServiceAck
prefix="By accessing this website you agree to our"
prefix="By accessing this site you agree that you are solely responsible for any losses arising from using StarkEx Explorer or Escape Hatch. Your use of dYdX v3, including withdrawals via this site, is subject to the dYdX v3 "
instanceName={instanceName}
/>
</footer>
Expand Down

0 comments on commit ed1c59e

Please sign in to comment.