From fd28c3844a683de83c5065e86fa40d0f417fc4d7 Mon Sep 17 00:00:00 2001 From: Radiquum Date: Sun, 27 Jul 2025 03:21:02 +0500 Subject: [PATCH] fix: instafops and bsky username --- app/Section/Socials.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Section/Socials.tsx b/app/Section/Socials.tsx index ed83c4a..80cb5c1 100644 --- a/app/Section/Socials.tsx +++ b/app/Section/Socials.tsx @@ -13,7 +13,7 @@ const links = [ icon: "/icons/ri_bluesky-fill.svg", text: "BlueSky", desc: "@radiquum.wah.su", - url: "https://bsky.app/profile/@radiquum.wah.su", + url: "https://bsky.app/profile/radiquum.wah.su", }, { icon: "/icons/mdi_mastodon.svg", @@ -43,7 +43,7 @@ const links = [ icon: "/icons/ri_pixelfed-fill.svg", text: "Instafops", desc: "@radiquwum@Instafops.net", - url: "https://instafops.net/@radiquum", + url: "https://instafops.net/@radiquwum", }, ];