Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta7203 committed Jun 3, 2024
1 parent 69d8c74 commit 238e6d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,16 @@ function Footer() {
<ul className="text-gray-500 font-medium">
<li className="mb-4">
<a href="https://www.linkedin.com/company/nactore-organization/about/" className="hover:underline" target="_blank">
<FontAwesomeIcon icon={faLinkedin} style={{ color: '#0077b5', paddingRight: '10px' }}/>
Linkedin
<FontAwesomeIcon icon={faLinkedin} style={{ color: '#0077b5', paddingLeft: '10px' }}/>

</a>
</li>
<li className="mb-4">
<a href="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/Nactore-Org/Nacto-Care" className="hover:underline" target="_blank">
<FontAwesomeIcon icon={faGithub} style={{ color: '#24292e', paddingRight: '10px' }} />
GitHub
<FontAwesomeIcon icon={faGithub} style={{ color: '#24292e', paddingLeft: '10px' }} />

</a>
</li>
<li className="mb-4">
Expand Down

0 comments on commit 238e6d2

Please sign in to comment.