From 8339d6ab4924b9a1b3feecbd211d2bb863e444db Mon Sep 17 00:00:00 2001 From: Gala Date: Wed, 15 Nov 2023 16:20:14 +0100 Subject: [PATCH] nymvpn link on footer --- explorer/src/components/Footer.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/explorer/src/components/Footer.tsx b/explorer/src/components/Footer.tsx index c85ba47be4..89e8652d1b 100644 --- a/explorer/src/components/Footer.tsx +++ b/explorer/src/components/Footer.tsx @@ -1,8 +1,10 @@ -import * as React from 'react'; import Box from '@mui/material/Box'; -import { Typography } from '@mui/material'; +import MuiLink from '@mui/material/Link'; +import { Link } from 'react-router-dom'; +import Typography from '@mui/material/Typography'; import { Socials } from './Socials'; import { useIsMobile } from '../hooks/useIsMobile'; +import { NymVpnIcon } from '../icons/NymVpn'; export const Footer: FCWithChildren = () => { const isMobile = useIsMobile(); @@ -31,6 +33,9 @@ export const Footer: FCWithChildren = () => { mb: 2, }} > + + + )}