From 1535d32bdf3e35ac0e66c7d555261665e841c3bf Mon Sep 17 00:00:00 2001 From: 0x663 Date: Sat, 22 Jul 2023 04:49:16 +0800 Subject: [PATCH] update platform add steam_profiles (#811) --- src/components/site/Platform.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/site/Platform.tsx b/src/components/site/Platform.tsx index beee66ad..0ac61bf9 100644 --- a/src/components/site/Platform.tsx +++ b/src/components/site/Platform.tsx @@ -90,6 +90,11 @@ export const PlatformsSyncMap: { icon: "/assets/social/steam.svg", url: "https://steamcommunity.com/id/{username}", }, + steam_profiles: { + name: "Steam", + icon: "/assets/social/steam.svg", + url: "https://steamcommunity.com/profiles/{username}", + }, gitlab: { name: "Gitlab", icon: "/assets/social/gitlab.svg",