@@ -194,7 +194,7 @@ export const PlatformsSyncMap: {
194194 } ,
195195 bluesky : {
196196 name : "BlueSky" ,
197- icon : " ${iconCDN}/bluesky" ,
197+ icon : ` ${ iconCDN } /bluesky` ,
198198 url : "https://bsky.app/profile/{username}" ,
199199 } ,
200200 xbox : {
@@ -203,32 +203,32 @@ export const PlatformsSyncMap: {
203203 } ,
204204 namemc : {
205205 name : "NameMC" ,
206- icon : " ${iconCDN}/namemc" ,
206+ icon : ` ${ iconCDN } /namemc` ,
207207 url : "https://namemc.com/profile/{username}.1" ,
208208 } ,
209209 roblox : {
210210 name : "Roblox" ,
211- icon : " ${iconCDN}/roblox" ,
211+ icon : ` ${ iconCDN } /roblox` ,
212212 url : "https://www.roblox.com/users/{username}" ,
213213 } ,
214214 niconico : {
215215 name : "NicoNico" ,
216- icon : " ${iconCDN}/niconico" ,
216+ icon : ` ${ iconCDN } /niconico` ,
217217 url : "https://www.nicovideo.jp/user/{username}" ,
218218 } ,
219219 "netease cloud music" : {
220220 name : "Netease Cloud Music" ,
221- icon : " ${iconCDN}/neteasecloudmusic" ,
221+ icon : ` ${ iconCDN } /neteasecloudmusic` ,
222222 url : "https://music.163.com/#/user/home?id={username}" ,
223223 } ,
224224 "netease cloud music artist" : {
225225 name : "Netease Cloud Music Artist" ,
226- icon : " ${iconCDN}/neteasecloudmusic" ,
226+ icon : ` ${ iconCDN } /neteasecloudmusic` ,
227227 url : "https://music.163.com/#/artist?id={username}" ,
228228 } ,
229229 "steamdb" : {
230230 name : "SteamDB" ,
231- icon : " ${iconCDN}/steamdb" ,
231+ icon : ` ${ iconCDN } /steamdb` ,
232232 url : "https://steamdb.info/calculator/{username}" ,
233233 } ,
234234 follow : {
0 commit comments