Skip to content

Commit

Permalink
feat: add follow platform
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Sep 4, 2024
1 parent d0cc040 commit cf305ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/assets/social/follow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ export const PlatformsSyncMap: {
icon: "/assets/social/debank.png",
url: "https://debank.com/profile/{username}",
},
follow: {
name: "Follow",
icon: "/assets/social/follow.svg",
url: "https://app.follow.is/profile/{username}",
},
}

export const Platform = ({
Expand Down

0 comments on commit cf305ff

Please sign in to comment.