From 5db46e58a87f7c18fb1a9ff47eda1b18ce0472d4 Mon Sep 17 00:00:00 2001 From: Vigneshk5 Date: Mon, 7 Oct 2024 20:57:35 +0530 Subject: [PATCH] fix: margin between socials and text --- src/components/footer.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index b7fbb07..16d6e01 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -1,7 +1,11 @@ import Link from "next/link"; import Logo from "./logo"; import TextReveal from "./ui/text-reveal"; -import { DiscordLogoIcon, GitHubLogoIcon, TwitterLogoIcon } from "@radix-ui/react-icons"; +import { + DiscordLogoIcon, + GitHubLogoIcon, + TwitterLogoIcon, +} from "@radix-ui/react-icons"; import { MastodonLogo } from "./icons/mastodon"; import { Button } from "./ui/button"; @@ -9,7 +13,7 @@ export default function Footer() { return (
-
+

Zen Browser