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 = () => { - - - - -
); };