Skip to content

Commit

Permalink
logo import updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeet1606 committed Jul 27, 2024
1 parent 9183027 commit 2351837
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const Footer = () => {
<div className="h-1/6 flex flex-col">
<div className="flex justify-center items-center gap-2 mb-2 mt-auto">
<a href="https://github.com/Ajeet1606/roast-github">
<img src="../../src/assets/github.png" alt="github logo" className="w-6 mb-2" />
<img src="../../public/github.png" alt="github logo" className="w-6 mb-2" />
</a>
<a href="https://twitter.com/iampatelajeet">
<img src="../../src/assets/twitter.png" alt="" className="w-5" />
<img src="../../public/twitter.png" alt="" className="w-5" />
</a>
</div>
<h1 className="text-center text-sm mb-2">
Expand Down

0 comments on commit 2351837

Please sign in to comment.