Skip to content

Commit

Permalink
Merge pull request #59 from aura-nw/dev
Browse files Browse the repository at this point in the history
remove text
  • Loading branch information
CloudCludfore authored Mar 18, 2022
2 parents 699e95f + a8fb5df commit b8d8688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/CookiesBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const CookiesBanner = (): ReactElement => {
<p className={classes.text}>
We use cookies to provide you with the best experience and to help improve our website and application.
Please read our{' '}
<Link className={classes.link} to="https://gnosis-safe.io/cookie">
<Link className={classes.link} to="#">
Cookie Policy
</Link>{' '}
for more information. By clicking &quot;Accept all&quot;, you agree to the storing of cookies on your device
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,13 @@ function OwnersAndConfirmationsNewSafeStep(): ReactElement {
<>
<BlockWithPadding data-testid={'create-safe-owners-confirmation-step'}>
<ParagraphWithMargin color="primary" noMargin size="lg">
Your Safe will have one or more owners. We have prefilled the first owner with your connected wallet details,
but you are free to change this to a different owner.
Your Safe will have one or more owners. We have prefilled the first owner with your connected wallet details.
</ParagraphWithMargin>
<Paragraph color="primary" size="lg">
Add additional owners (e.g. wallets of your teammates) and specify how many of them have to confirm a
transaction before it gets executed. In general, the more confirmations required, the more secure your Safe
is.
<StyledLink
{/* <StyledLink
href="https://help.gnosis-safe.io/en/articles/4772567-what-gnosis-safe- setup-should-i-use"
target="_blank"
rel="noreferrer"
Expand All @@ -100,7 +99,7 @@ function OwnersAndConfirmationsNewSafeStep(): ReactElement {
Learn about which Safe setup to use
</Text>
<Icon size="sm" type="externalLink" color="primary" />
</StyledLink>
</StyledLink> */}
. The new Safe will ONLY be available on <NetworkLabel />
</Paragraph>
</BlockWithPadding>
Expand Down

0 comments on commit b8d8688

Please sign in to comment.