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,
}}
>
+
+
+
)}