Skip to content

Commit

Permalink
facebook link added
Browse files Browse the repository at this point in the history
  • Loading branch information
krishkumar84 committed Nov 15, 2024
1 parent f2ae4ed commit f23fcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function Footer() {
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#F93069" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="lucide lucide-instagram"><rect width="20" height="20" x="2" y="2" rx="5" ry="5"/><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"/><line x1="17.5" x2="17.51" y1="6.5" y2="6.5"/></svg>
</div>
</a>
<a href="#" className="text-gray-400 hover:text-gray-500">
<a href="https://www.facebook.com/Barterclub.in/" className="text-gray-400 hover:text-gray-500">
<span className="sr-only">Facebook</span>
<div className="h-10 w-10 ring-2 ring-[#F93069] flex items-center justify-center rounded-3xl ring-opacity-85 flex-shrink-0">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#F93069" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="lucide lucide-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect width="4" height="12" x="2" y="9"/><circle cx="4" cy="4" r="2"/></svg>
Expand Down

0 comments on commit f23fcc8

Please sign in to comment.