Skip to content

Commit

Permalink
Footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
userkace committed Dec 5, 2024
1 parent eca90ff commit 910afdc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,12 @@ export function Footer() {
<p className="mt-3">{t("footer.legal.disclaimerText")}</p>
</div>
<div className="flex flex-wrap gap-[0.5rem] -ml-3">
<FooterLink icon={Icons.GITHUB} href={conf().GITHUB_LINK}>
{t("footer.links.github")}
</FooterLink>
<FooterLink icon={Icons.DISCORD} href={conf().DISCORD_LINK}>
{t("footer.links.discord")}
</FooterLink>
<FooterLink icon={Icons.FACEBOOK} href={conf().FACEBOOK_LINK}>
{t("footer.links.facebook")}
</FooterLink>
<FooterLink icon={Icons.INSTAGRAM} href={conf().INSTAGRAM_LINK}>
{t("footer.links.instagram")}
</FooterLink>
<div className="inline md:hidden">
<Dmca />
</div>
Expand Down

0 comments on commit 910afdc

Please sign in to comment.