diff --git a/site/components/Footer.js b/site/components/Footer.js index eff84db..6218f68 100644 --- a/site/components/Footer.js +++ b/site/components/Footer.js @@ -2,7 +2,7 @@ import React from 'react' import Link from 'next/link' import { Apple, Play } from 'lucide-react' -const Footer = () => { +const Footer = () => { return ( )