Skip to content

Commit

Permalink
Merge pull request #280 from skalenetwork/update-disclaimer-component
Browse files Browse the repository at this point in the history
Update Disclaimer component
  • Loading branch information
dmytrotkk authored Aug 29, 2024
2 parents 6ba07a6 + c3bd388 commit a0a56ad
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 a0a56ad

Please sign in to comment.