From 88771f3e4d190a847ac0ed722077ba5ce7291c27 Mon Sep 17 00:00:00 2001 From: Liu Yuhe <171144077+liuyuhe666@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:19:21 +0800 Subject: [PATCH] fix: update follow url (#2186) --- src/components/site/Platform.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/site/Platform.tsx b/src/components/site/Platform.tsx index ecd43854..29884f3b 100644 --- a/src/components/site/Platform.tsx +++ b/src/components/site/Platform.tsx @@ -200,7 +200,7 @@ export const PlatformsSyncMap: { follow: { name: "Follow", icon: "/assets/social/follow.svg", - url: "https://app.follow.is/profile/{username}", + url: "https://app.follow.is/share/users/{username}", }, }