This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export const AppBar: React.FC = () => {
6868 </ div >
6969 < label
7070 htmlFor = "my-drawer"
71- className = "btn-gh items-center justify-between md:hidden mr-5 "
71+ className = "btn-gh items-center justify-between md:hidden mr-6 "
7272 onClick = { ( ) => setIsNavOpen ( ! isNavOpen ) } >
7373 < div className = "HAMBURGER-ICON space-y-2.5 ml-5" >
7474 < div className = { `h-0.5 w-8 bg-purple-600 ${ isNavOpen ? 'hidden' : '' } ` } />
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Link from 'next/link';
33import Image from 'next/image' ;
44export const Footer : FC = ( ) => {
55 return (
6- < div className = "relative mb-40" >
6+ < div className = "relative mb-40 mt-40 " >
77 < footer className = "border-t-2 border-[#141414] bg-black hover:text-white absolute w-full" >
88 < div className = "ml-12 py-12 mr-12" >
99 < div className = "grid grid-cols-2 md:grid-cols-6 gap-2 md:gap-8 md:space-x-12 relative" >
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ const App: FC<AppProps> = ({ Component, pageProps }) => {
2222 < AppBar />
2323 < ContentContainer >
2424 < Component { ...pageProps } />
25+ < Footer />
2526 </ ContentContainer >
26- < Footer />
2727 </ div >
2828 </ ContextProvider >
2929 </ >
You can’t perform that action at this time.
0 commit comments