Skip to content

Commit

Permalink
corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanbajgain committed Oct 15, 2023
1 parent c625674 commit 8991341
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 @@ -30,7 +30,7 @@ const Footer = () => {
*/}
<div className='text-sm hover:text-white'>
<HiGlobe size={20} className='text-gray-300 mr-2 inline' />
<a href='htttps://darshanbajgain.github.io' className='align-middle '>darshanbajgain.github.io</a>
<a href='https://darshanbajgain.github.io' className='align-middle '>darshanbajgain.github.io</a>
</div>
</div>

Expand Down

0 comments on commit 8991341

Please sign in to comment.