Skip to content

Commit a0ff7f0

Browse files
authored
chore: add steamdb profile platform (#2189)
1 parent 721b224 commit a0ff7f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/site/Platform.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ export const PlatformsSyncMap: {
226226
icon: "${iconCDN}/neteasecloudmusic",
227227
url: "https://music.163.com/#/artist?id={username}",
228228
},
229+
"steamdb": {
230+
name: "SteamDB",
231+
icon: "${iconCDN}/steamdb",
232+
url: "https://steamdb.info/calculator/{username}",
233+
},
229234
follow: {
230235
name: "Follow",
231236
icon: "/assets/social/follow.svg",

0 commit comments

Comments
 (0)