mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 21:34:21 +00:00
added Links to socials
This commit is contained in:
@@ -5,13 +5,13 @@ const Footer = () => (
|
|||||||
<img src="/tipilan-white.svg" alt="TipiLAN Logo" className="h-16"/>
|
<img src="/tipilan-white.svg" alt="TipiLAN Logo" className="h-16"/>
|
||||||
{/* Social media */}
|
{/* Social media */}
|
||||||
<div className="flex flex-row">
|
<div className="flex flex-row">
|
||||||
<a href="#" target="_blank" rel="noopener noreferrer">
|
<a href="https://discord.gg/eB7sVqgJ9b" target="_blank" rel="noopener noreferrer">
|
||||||
<SiDiscord title="Discord" size={'2em'} className="mx-4 text-[#2A2C3F]"/>
|
<SiDiscord title="Discord" size={'2em'} className="mx-4 text-[#2A2C3F]"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="#" target="_blank" rel="noopener noreferrer">
|
<a href="https://instagram.com/tipilan.ee" target="_blank" rel="noopener noreferrer">
|
||||||
<SiInstagram title="Instagram" size={'2em'} className="mx-4 text-[#2A2C3F]"/>
|
<SiInstagram title="Instagram" size={'2em'} className="mx-4 text-[#2A2C3F]"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="#" target="_blank" rel="noopener noreferrer">
|
<a href="https://facebook.com/tipilan.ee" target="_blank" rel="noopener noreferrer">
|
||||||
<SiFacebook title="Facebook" size={'2em'} className="mx-4 text-[#2A2C3F]"/>
|
<SiFacebook title="Facebook" size={'2em'} className="mx-4 text-[#2A2C3F]"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user