diff --git a/src/app/ui/components/containers/footers/footer.stories.tsx b/src/app/ui/components/containers/footers/footer.stories.tsx index a50e84e22b0..cacb7ea04df 100644 --- a/src/app/ui/components/containers/footers/footer.stories.tsx +++ b/src/app/ui/components/containers/footers/footer.stories.tsx @@ -3,6 +3,7 @@ import { Flex, styled } from 'leather-styles/jsx'; import { Button } from '@app/ui/components/button/button'; +import { Link } from '../../link/link'; import { Footer as Component } from './footer'; const meta: Meta = { @@ -82,17 +83,13 @@ export function FooterWithText() { Leather Wallet will now be provided by Leather Wallet LLC [a subsidiary of Nassau Machines Inc]. Please review and accept Leather Wallet{' '} - + Terms of Service - {' '} + {' '} and{' '} - + Privacy Policy - + . @@ -108,8 +105,7 @@ export function FooterWithLink() { - {/* use new View all addresses - + ); diff --git a/src/shared/route-urls.ts b/src/shared/route-urls.ts index e58fa2852eb..8d167a53338 100644 --- a/src/shared/route-urls.ts +++ b/src/shared/route-urls.ts @@ -52,9 +52,7 @@ export enum RouteUrls { BitcoinContractList = '/bitcoin-contract-list', // Modal routes - // ChangeTheme = 'change-theme', EditNonce = 'edit-nonce', - // SelectNetwork = 'choose-network', SignOutConfirm = 'sign-out', RetrieveTaprootFunds = 'retrieve-taproot-funds',