File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const footerLinks = [
3636 // { title: 'Releases', link: '/releases' },
3737 { title : 'Documentation' , link : '/docs' } ,
3838 { title : 'Blogs' , link : 'https://medium.com/gofr' , target_blank : true } ,
39- { title : 'Events' , link : '/events' }
39+ { title : 'Events' , link : '/events' } ,
4040]
4141
4242function FooterUi ( ) {
@@ -45,7 +45,7 @@ function FooterUi() {
4545 < div className = "mx-auto max-w-screen-2xl overflow-hidden px-6 py-4 lg:px-8" >
4646 < nav
4747 aria-label = "Footer"
48- className = "- mb-6 flex gap-5 justify-center sm:space-x-12"
48+ className = "relative z-10 - mb-6 flex justify-center gap-5 sm:space-x-12"
4949 >
5050 { footerLinks . map ( ( item ) => (
5151 < div key = { item . title } className = "pb-6" >
@@ -64,7 +64,7 @@ function FooterUi() {
6464 const { Icon, Link : link } = item
6565 return (
6666 < Link
67- key = { link }
67+ key = { link }
6868 href = { link }
6969 className = "text-gray-400 hover:text-gray-500"
7070 target = "_blank"
You can’t perform that action at this time.
0 commit comments