File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const footerLinks = [
36
36
// { title: 'Releases', link: '/releases' },
37
37
{ title : 'Documentation' , link : '/docs' } ,
38
38
{ title : 'Blogs' , link : 'https://medium.com/gofr' , target_blank : true } ,
39
- { title : 'Events' , link : '/events' }
39
+ { title : 'Events' , link : '/events' } ,
40
40
]
41
41
42
42
function FooterUi ( ) {
@@ -45,7 +45,7 @@ function FooterUi() {
45
45
< div className = "mx-auto max-w-screen-2xl overflow-hidden px-6 py-4 lg:px-8" >
46
46
< nav
47
47
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"
49
49
>
50
50
{ footerLinks . map ( ( item ) => (
51
51
< div key = { item . title } className = "pb-6" >
@@ -64,7 +64,7 @@ function FooterUi() {
64
64
const { Icon, Link : link } = item
65
65
return (
66
66
< Link
67
- key = { link }
67
+ key = { link }
68
68
href = { link }
69
69
className = "text-gray-400 hover:text-gray-500"
70
70
target = "_blank"
You can’t perform that action at this time.
0 commit comments