Skip to content

Commit

Permalink
Update Disclaimer component
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Aug 29, 2024
1 parent 6ba07a6 commit c3bd388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MetaportProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ export default function MetaportProvider(props: {

const Disclaimer: DisclaimerComponent = ({ Text, Link }) => (
<Text>
<h3>SKALE Portal Terms of Use</h3>
<h3 className={cls(cmn.nop, cmn.nom)}>SKALE Portal Terms of Use</h3>
By connecting your wallet, you agree to the{' '}
<Link href="https://portal.skale.space/other/terms-of-service">Terms of Service</Link> and
acknowledge you have read and understand them.
acknowledge you have read and understand them. These are subject to change.
</Text>
)

Expand Down

0 comments on commit c3bd388

Please sign in to comment.