Skip to content

Commit

Permalink
add tree visualizer to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 20, 2023
1 parent d8c07e3 commit 6e73eb5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faGithub, faLinkedinIn, faMediumM, faStackOverflow, faCodepen } from '@fortawesome/free-brands-svg-icons';
import { faCode } from '@fortawesome/free-solid-svg-icons';
import { faCode, faTree } from '@fortawesome/free-solid-svg-icons';

import styled from 'styled-components';

Expand Down Expand Up @@ -73,6 +73,11 @@ const Index = () => (
<FontAwesomeIcon icon={faCode} />
</a>
</div>
<div className="footer__social-item">
<a target="_blank" rel="noopener noreferrer" href="https://tree-visualizer.com" className="footer__social-link">
<FontAwesomeIcon icon={faTree} />
</a>
</div>
</div>
<div className="footer__copyright">
<p>© 2023 Designed and Developed by <strong>Chubi Best</strong>.</p>
Expand Down

0 comments on commit 6e73eb5

Please sign in to comment.