From 708f4364993c6df0324c9afa9a51a5867569edcc Mon Sep 17 00:00:00 2001 From: sigeshuo1 <167205220+sigeshuo1@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:49:28 +0800 Subject: [PATCH] Add social platform: threads, instagram, phaver, farcaster, debunk Supported by. (#2025) --- src/components/site/Platform.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/components/site/Platform.tsx b/src/components/site/Platform.tsx index 467f291fb9..8dbbeb94b1 100644 --- a/src/components/site/Platform.tsx +++ b/src/components/site/Platform.tsx @@ -162,6 +162,29 @@ export const PlatformsSyncMap: { name: "500px", url: "https://500px.com/p/{username}", }, + threads: { + name: "Threads", + icon: `${iconCDN}/threads`, + url: "https://www.threads.net/@{username}", + }, + instagram: { + name: "Instagram", + icon: `${iconCDN}/instagram`, + url: "https://www.instagram.com/{username}", + }, + phaver: { + name: "Phaver", + url: "https://phaver.app.link/{username}", + }, + warpcast: { + name: "Warpcast", + icon: `${iconCDN}/farcaster`, + url: "https://warpcast.com/{username}", + }, + debank: { + name: "DeBank", + url: "https://debank.com/profile/{username}", + }, } export const Platform = ({