1
1
import React from "react" ;
2
2
import "../css/footer.css" ;
3
3
import { Link } from "react-router-dom" ;
4
- import { FaMedium , FaGithub , FaDev } from ' react-icons/fa' ;
4
+ import { FaMedium , FaGithub , FaDev } from " react-icons/fa" ;
5
5
import xLogo from "../assets/img/x-logo.png" ;
6
6
7
7
const Footer = ( ) => {
@@ -13,21 +13,42 @@ const Footer = () => {
13
13
< div className = "col-lg-3 col-sm-6" >
14
14
< h2 className = "sitename-footer" > CortexFlow</ h2 >
15
15
< div className = "social-icons" >
16
- < Link to = "https://x.com/FlowCortex" aria-label = "Twitter/X" title = "Vist CortexFlow twitter page" >
17
- < img src = { xLogo } alt = "X-logo" className = "x-logo" title = "X/twitter logo" />
16
+ < Link
17
+ to = "https://x.com/FlowCortex"
18
+ aria-label = "Twitter/X"
19
+ title = "Vist CortexFlow twitter page"
20
+ >
21
+ < img
22
+ src = { xLogo }
23
+ alt = "X-logo"
24
+ className = "x-logo"
25
+ title = "X/twitter logo"
26
+ />
18
27
</ Link >
19
- < Link to = "https://medium.com/@lorenzobradanini964" aria-label = "Medium" title = "Vist CortexFlow Medium page" >
28
+ < Link
29
+ to = "https://medium.com/@lorenzobradanini964"
30
+ aria-label = "Medium"
31
+ title = "Vist CortexFlow Medium page"
32
+ >
20
33
< FaMedium />
21
34
</ Link >
22
- < Link to = "https://github.com/CortexFlow" aria-label = "GitHub" title = "Vist CortexFlow Github page" >
35
+ < Link
36
+ to = "https://github.com/CortexFlow"
37
+ aria-label = "GitHub"
38
+ title = "Vist CortexFlow Github page"
39
+ >
23
40
< FaGithub />
24
41
</ Link >
25
- < Link to = "https://dev.to/cortexflow" aria-label = "Dev.to" title = "Vist CortexFlow Dev.To page" >
42
+ < Link
43
+ to = "https://dev.to/cortexflow"
44
+ aria-label = "Dev.to"
45
+ title = "Vist CortexFlow Dev.To page"
46
+ >
26
47
< FaDev />
27
48
</ Link >
28
49
</ div >
29
50
< p className = "mb-0 copyright" >
30
- © 2024 CortexFlow. All rights reserved.
51
+ © 2025 CortexFlow. All rights reserved.
31
52
</ p >
32
53
</ div >
33
54
@@ -36,15 +57,13 @@ const Footer = () => {
36
57
< div className = "footer-line" > </ div >
37
58
< ul className = "footer-list" >
38
59
< li className = "footer-list-objects" >
39
- < a href = "/doc/" >
40
- Documentation
41
- </ a >
60
+ < a href = "/doc/" > Documentation</ a >
42
61
</ li >
43
62
< li className = "footer-list-objects" >
44
63
< a href = "/doc/" > Examples</ a >
45
64
</ li >
46
65
< li className = "footer-list-objects" >
47
- < a href = "/doc/" > Use cases</ a >
66
+ < a href = "/doc/" > Use cases</ a >
48
67
</ li >
49
68
</ ul >
50
69
</ div >
@@ -62,9 +81,9 @@ const Footer = () => {
62
81
Pull Requests
63
82
</ Link >
64
83
</ li >
65
- { /* <li className="footer-list-objects">
66
- <Link to ="/blog">Blog</Link >
67
- </li> */ }
84
+ < li className = "footer-list-objects" >
85
+ < a href = "/blog/ " > Blog</ a >
86
+ </ li >
68
87
< li className = "footer-list-objects" >
69
88
< Link to = "https://github.com/CortexFlow/CortexBrain/discussions" >
70
89
Discussions
0 commit comments