diff --git a/front-end/src/components/Footer.jsx b/front-end/src/components/Footer.jsx index 57a5c0c0..86557528 100644 --- a/front-end/src/components/Footer.jsx +++ b/front-end/src/components/Footer.jsx @@ -1,15 +1,15 @@ import peraLogo from '../assets/pera.png'; /* import pera logo from assets folder */ import {Link, Outlet} from 'react-router-dom'; /* To link the Main navigation links to the respective pages */ - +import style from './Footer.module.css' function Footer() { return ( -