diff --git a/components/Footer.tsx b/components/Footer.tsx index f8d4175..28bab2c 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -2,10 +2,10 @@ import Link from 'next/link' import Container from './Container' import Wave from './Wave' -const Footer = (): JSX.Element => { +const Footer = ({ color }:FooterProps): JSX.Element => { return (
- +