Skip to content

Commit 8afa080

Browse files
updated footer
1 parent 6c1fbf3 commit 8afa080

File tree

1 file changed

+33
-14
lines changed

1 file changed

+33
-14
lines changed

src/components/Footer/footer.jsx

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import "../css/footer.css";
33
import { Link } from "react-router-dom";
4-
import { FaMedium, FaGithub, FaDev } from 'react-icons/fa';
4+
import { FaMedium, FaGithub, FaDev } from "react-icons/fa";
55
import xLogo from "../assets/img/x-logo.png";
66

77
const Footer = () => {
@@ -13,21 +13,42 @@ const Footer = () => {
1313
<div className="col-lg-3 col-sm-6">
1414
<h2 className="sitename-footer">CortexFlow</h2>
1515
<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+
/>
1827
</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+
>
2033
<FaMedium />
2134
</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+
>
2340
<FaGithub />
2441
</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+
>
2647
<FaDev />
2748
</Link>
2849
</div>
2950
<p className="mb-0 copyright">
30-
&copy; 2024 CortexFlow. All rights reserved.
51+
&copy; 2025 CortexFlow. All rights reserved.
3152
</p>
3253
</div>
3354

@@ -36,15 +57,13 @@ const Footer = () => {
3657
<div className="footer-line"></div>
3758
<ul className="footer-list">
3859
<li className="footer-list-objects">
39-
<a href ="/doc/">
40-
Documentation
41-
</a>
60+
<a href="/doc/">Documentation</a>
4261
</li>
4362
<li className="footer-list-objects">
4463
<a href="/doc/">Examples</a>
4564
</li>
4665
<li className="footer-list-objects">
47-
<a href ="/doc/">Use cases</a>
66+
<a href="/doc/">Use cases</a>
4867
</li>
4968
</ul>
5069
</div>
@@ -62,9 +81,9 @@ const Footer = () => {
6281
Pull Requests
6382
</Link>
6483
</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>
6887
<li className="footer-list-objects">
6988
<Link to="https://github.com/CortexFlow/CortexBrain/discussions">
7089
Discussions

0 commit comments

Comments
 (0)