Skip to content

Commit

Permalink
fix: remove links (#152, #153)
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Oct 16, 2023
1 parent 16a5a3c commit 5a668ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
24 changes: 0 additions & 24 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,6 @@ export function Footer() {
borderTop={`1px solid ${figmaTheme.borderSubdued}`}
columnGap="loose"
>
<OpenLinkInNewTab
color={figmaTheme.text}
fontWeight={500}
sx={{ textDecoration: 'underline' }}
href={'https://www.hiro.so/terms'}
>
Terms of Use
</OpenLinkInNewTab>
<OpenLinkInNewTab
color={figmaTheme.text}
fontWeight={500}
sx={{ textDecoration: 'underline' }}
href={'https://wallet.hiro.so/wallet/faq#stacking'}
>
FAQ
</OpenLinkInNewTab>
<OpenLinkInNewTab
color={figmaTheme.text}
fontWeight={500}
sx={{ textDecoration: 'underline' }}
href={'https://github.com/hirosystems/lockstacks'}
>
Source Code
</OpenLinkInNewTab>
<OpenLinkInNewTab
color={figmaTheme.text}
fontWeight={500}
Expand Down
12 changes: 1 addition & 11 deletions src/pages/sign-in/banner.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Box } from '@stacks/ui';

import { OpenLinkInNewTab } from '@components/open-link-in-new-tab';
import { figmaTheme } from '@constants/figma-theme';

export function Banner() {
Expand All @@ -14,16 +13,7 @@ export function Banner() {
py="8px"
>
This website provides the interface to connect with the Stacking protocol or delegate to a
Stacking pool provider directly. We don&apos;t provide the Stacking service ourselves. Read
our{' '}
<OpenLinkInNewTab display="inline" href="https://wallet.hiro.so/wallet/faq#stacking">
FAQs
</OpenLinkInNewTab>{' '}
and review our{' '}
<OpenLinkInNewTab display="inline" href="https://www.hiro.so/terms">
Terms
</OpenLinkInNewTab>{' '}
to learn more.
Stacking pool provider directly. We don&apos;t provide the Stacking service ourselves.
</Box>
);
}

0 comments on commit 5a668ba

Please sign in to comment.