ocadotechnology / codeforlife-portal-frontend

0 stars 19 forks source link

Add footer #35

Closed faucomte97 closed 1 month ago

faucomte97 commented 2 months ago

This change is Reviewable

SKairinos commented 1 month ago

src/features/footer/Footer.tsx line 22 at r1 (raw file):

export interface FooterProps {}

const Footer: FC<FooterProps> = () => {

In src/App.tsx, set the footer prop to be this component.

footer={<Footer />}