Skip to content

Commit

Permalink
chore(SDVX Index): update assets (#8177)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Mar 15, 2024
1 parent 3953a5e commit b9fa9f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/S/SDVX Index/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"*://www.sdvxindex.com/*",
"*://sdvxindex.com/*"
],
"version": "1.0.0",
"logo": "https://i.ibb.co/LvxK5RJ/0bkkYu0.png",
"thumbnail": "https://i.ibb.co/7pWq7rs/mWrqTjr.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/SDVX%20Index/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/SDVX%20Index/assets/thumbnail.png",
"color": "#365191",
"category": "games",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/S/SDVX Index/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const presence = new Presence({
});

const enum Assets {
Logo = "https://i.ibb.co/LvxK5RJ/0bkkYu0.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/S/SDVX%20Index/assets/logo.png",
}

presence.on("UpdateData", async () => {
Expand Down

0 comments on commit b9fa9f2

Please sign in to comment.