Skip to content

Commit

Permalink
chore(Stake.us): update assets (#8297)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <[email protected]>
Signed-off-by: Daniel Lau <[email protected]>
Co-authored-by: Daniel Lau <[email protected]>
  • Loading branch information
SeMiD and theusaf authored Apr 26, 2024
1 parent a901988 commit c47f685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions websites/S/Stake.us/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"matches": [
"*://stake.us/*"
],
"version": "1.0.0",
"logo": "https://i.imgur.com/X9jCmBM.jpeg",
"thumbnail": "https://i.imgur.com/lobHZwr.jpeg",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Stake.us/assets/logo.jpeg",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Stake.us/assets/thumbnail.jpeg",
"color": "#1a2c3a",
"category": "games",
"tags": [
Expand Down Expand Up @@ -52,4 +52,4 @@
"value": true
}
]
}
}
3 changes: 2 additions & 1 deletion websites/S/Stake.us/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ presence.on("UpdateData", async () => {
presence.getSetting<boolean>("showCurrentGame"),
]),
presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/9jDaQ1b.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/S/Stake.us/assets/0.png",
},
{ pathname, search } = document.location;

Expand Down

0 comments on commit c47f685

Please sign in to comment.