Skip to content

Commit

Permalink
commented out footer, left it in, because the footer is not in the wa…
Browse files Browse the repository at this point in the history
…y and if it needs to be back it can be done so
  • Loading branch information
trbKnl committed Nov 8, 2024
1 parent 754f07c commit a74fe36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ interface FooterProps {
export const Footer = ({ left, middle, right }: FooterProps): JSX.Element => {
return (
<>
{/*
<div className='bg-grey4 h-px' />
<div className='h-full flex flex-col justify-center'>
<div className='flex flex-row gap-4 px-14'>
Expand All @@ -21,6 +22,7 @@ export const Footer = ({ left, middle, right }: FooterProps): JSX.Element => {
</div>
</div>
</div>
*/}
</>
)
}

0 comments on commit a74fe36

Please sign in to comment.