@@ -12,10 +12,10 @@ const socialLinks = [
12
12
const Footer = memo ( function Footer ( { setCursorVariant } ) {
13
13
return (
14
14
< footer
15
- className = "relative mt-20 w-full min-h-[220px]"
15
+ className = "relative mt-20 w-full min-h-[220px] border-border/60 border-t-[1px] "
16
16
style = { { clipPath : "polygon(0% 0, 100% 0%, 100% 100%, 0 100%)" } }
17
17
>
18
- < div className = "footer-shadow " />
18
+ < div className = "absolute top-0 left-0 w-full h-full bg-gradient-to-b from-black/25 to-transparent z-[-1] " />
19
19
< div className = "relative h-[calc(100vh+220px)] -top-[100vh]" >
20
20
< div className = "h-[220px] sticky top-[calc(100vh-220px)]" >
21
21
< Content setCursorVariant = { setCursorVariant } />
@@ -27,14 +27,14 @@ const Footer = memo(function Footer({ setCursorVariant }) {
27
27
28
28
const Content = ( { setCursorVariant } ) => {
29
29
return (
30
- < div className = "relative bg-secondary/40 overflow-hidden py-8 px-12 w-full h-full flex flex-col items-center gap-3 border-border/50 border-2 " >
30
+ < div className = "relative bg-secondary/40 overflow-hidden py-8 px-12 w-full h-full flex flex-col items-center gap-3 " >
31
31
< p className = "self-start text-4xl sm:text-7xl max-w-full md:max-w-8xl font-bold text-gray-500/60" >
32
32
Awesome React js Projects
33
33
</ p >
34
34
35
35
< div className = "flex flex-col gap-3 justify-end h-full w-full" >
36
36
< div className = "flex justify-center w-full gap-1 text-xs sm:text-sm" >
37
- < p > Made with <3 by No0ne </ p >
37
+ < p > Made with <3 by No0ne003 </ p >
38
38
< p className = "text-gray-400 text-sm leading-5" >
39
39
| © { new Date ( ) . getFullYear ( ) } No0ne003.
40
40
</ p >
0 commit comments