Skip to content

Commit

Permalink
fix: update follow url (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuhe666 authored Oct 31, 2024
1 parent bb3ba52 commit 88771f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
},
}

Expand Down

0 comments on commit 88771f3

Please sign in to comment.