File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ const Footer = () => {
2626 </ div >
2727 < div className = "mt-8 border-t border-gray-700/50 pt-8 flex flex-wrap items-center justify-between gap-4" >
2828 < div className = "flex flex-wrap items-center gap-6 text-sm font-medium text-gray-400" >
29- < Link to = "/" className = "hover:text-white transition-colors" > Home</ Link >
30- < Link to = "/about" className = "hover:text-white transition-colors" > About</ Link >
31- < Link to = "/blog" className = "hover:text-white transition-colors" > Blog</ Link >
32- < Link to = "/projects" className = "hover:text-white transition-colors" > Projects</ Link >
29+ < Link to = "/" className = "hover:text-white transition-colors" onClick = { ( ) => window . scrollTo ( { top : 0 , behavior : 'smooth' } ) } > Home</ Link >
30+ < Link to = "/about" className = "hover:text-white transition-colors" onClick = { ( ) => window . scrollTo ( { top : 0 , behavior : 'smooth' } ) } > About</ Link >
31+ < Link to = "/blog" className = "hover:text-white transition-colors" onClick = { ( ) => window . scrollTo ( { top : 0 , behavior : 'smooth' } ) } > Blog</ Link >
32+ < Link to = "/projects" className = "hover:text-white transition-colors" onClick = { ( ) => window . scrollTo ( { top : 0 , behavior : 'smooth' } ) } > Projects</ Link >
3333 </ div >
3434 < p className = "text-sm text-gray-500" >
3535 © { new Date ( ) . getFullYear ( ) } fezcode. All rights reserved.
You can’t perform that action at this time.
0 commit comments