File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,26 @@ export default function Footer() {
9
9
< div className = "flex flex-col md:flex-row md:items-center md:justify-between lg:justify-around" >
10
10
< div className = "flex items-center justify-start gap-4" >
11
11
{ /* Social Icons */ }
12
- < Link to = "/" >
12
+ < Link to = "/" className = "z-10" >
13
13
< img src = { ColabsLogo } alt = "Colabs logo" />
14
14
</ Link >
15
- < a href = "http://www.x.com" target = "_blank" rel = "noopener noreferrer" >
16
- < img src = { XIcon } alt = "X Icon" className = "h-6 w-6 object-contain" /> { " " }
15
+ < a
16
+ href = "https://www.x.com"
17
+ target = "_blank"
18
+ rel = "noopener noreferrer"
19
+ className = "z-10"
20
+ >
21
+ < img
22
+ src = { XIcon }
23
+ alt = "X Icon"
24
+ className = "z-10 h-6 w-6 object-contain"
25
+ /> { " " }
17
26
</ a >
18
27
< a
19
- href = "http ://www.linkedin.com"
28
+ href = "https ://www.linkedin.com"
20
29
target = "_blank"
21
30
rel = "noopener noreferrer"
31
+ className = "z-10"
22
32
>
23
33
< img
24
34
src = { LinkedinIcon }
You can’t perform that action at this time.
0 commit comments