Skip to content

Commit

Permalink
Merge pull request #47 from its-Pratik-15/patch-2
Browse files Browse the repository at this point in the history
Add social media links #28
  • Loading branch information
ardianta authored Oct 27, 2024
2 parents 5ae4323 + f303557 commit 6a473fe
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,25 @@ export function Footer() {
<li>
<Link to={'/about'} class="mr-4 md:mr-6">About</Link>
</li>
<li>
<a href="https://www.instagram.com/lotengdev/" target="_blank" rel="noopener noreferrer">
<img
src="https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png"
alt="Instagram Logo"
style={{ display: 'inline-block', gap: '15px', width: '40px', height: '40px' }}
/>
</a>
</li>
<li>
<a href="https://www.youtube.com/@lotengdev4516" target="_blank" rel="noopener noreferrer">
<img
src="https://upload.wikimedia.org/wikipedia/commons/4/42/YouTube_icon_%282013-2017%29.png"
alt="YouTube Logo"
style={{ display: 'inline-block', gap: '15px', width: '40px', height: '40px', paddingLeft: '4px' }}
/>
</a>
</li>
</ul>
</footer>
)
}
}

0 comments on commit 6a473fe

Please sign in to comment.