From 5a854b30b21cc5168312cf147bd38a8c3ac85b81 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Sat, 9 Nov 2024 07:47:26 +0900 Subject: [PATCH] chore: fix sidebar --- src/lib/components/Sidebar.tsx | 30 +++++++++++++++++++++++------- src/lib/components/SocialLinks.tsx | 16 ---------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/lib/components/Sidebar.tsx b/src/lib/components/Sidebar.tsx index 195fa2c..3b36edf 100644 --- a/src/lib/components/Sidebar.tsx +++ b/src/lib/components/Sidebar.tsx @@ -148,18 +148,34 @@ const Sidebar = ({ onClick={actionAll} label={actionMode === ACTION_MODE.FOLLOW ? "Follow All" : "Block All"} /> -

- ⚠️ User detection is not perfect and may include false positives. +

+ ⚠️ User detection is not perfect and may include false positives.

-

- If you find Sky Follower Bridge helpful, I'd appreciate your support to help me maintain and improve it ☕ - - Support me here. - +

+ If you find this tool helpful, I'd appreciate{" "} + + your support + {" "} + to help me maintain and improve it ☕

+ + Buy Me a Coffee at ko-fi.com + +
diff --git a/src/lib/components/SocialLinks.tsx b/src/lib/components/SocialLinks.tsx index f092670..bf69871 100644 --- a/src/lib/components/SocialLinks.tsx +++ b/src/lib/components/SocialLinks.tsx @@ -49,22 +49,6 @@ const SocialLinks = () => { - - - - -
); };