Skip to content

Commit

Permalink
fix: icon url (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored Feb 19, 2024
1 parent 391b1c1 commit bf81679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const PlatformsSyncMap: {
},
x_id: {
name: "X",
icon: `${iconCDN}/x_/fff`,
icon: `${iconCDN}/x/_/fff`,
url: "https://x.com/i/user/{username}",
},
pixiv: {
Expand Down

0 comments on commit bf81679

Please sign in to comment.