Skip to content

Commit c3d8c17

Browse files
authored
Update Footer.jsx
1 parent 28ef145 commit c3d8c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/front/components/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const Footer = () => (
22
<footer className="footer mt-auto py-3 text-center">
33
<p>
4-
Check the <a target="_blank" href="https://4geeks.com/docs/start/start-react-advanced-project">template documentation</a> <i class="fa-solid fa-file"></i> for help.
4+
Check the <a target="_blank" href="https://4geeks.com/docs/start/react-flask-template">template documentation</a> <i className="fa-solid fa-file"></i> for help.
55
</p>
66
<p>
77
Made with <i className="fa fa-heart text-danger" /> by{" "}
88
<a href="http://www.4geeksacademy.com">4Geeks Academy</a>
99
</p>
1010
</footer>
11-
);
11+
);

0 commit comments

Comments
 (0)