diff --git a/src/components/common/Footer/index.tsx b/src/components/common/Footer/index.tsx
index ec31eda2ba..59d519013a 100644
--- a/src/components/common/Footer/index.tsx
+++ b/src/components/common/Footer/index.tsx
@@ -1,5 +1,6 @@
import type { ReactElement, ReactNode } from 'react'
-import { Typography } from '@mui/material'
+import { SvgIcon, Typography } from '@mui/material'
+import GitHubIcon from '@mui/icons-material/GitHub'
import Link from 'next/link'
import { useRouter } from 'next/router'
import css from './styles.module.css'
@@ -68,7 +69,9 @@ const Footer = (): ReactElement | null => {