Skip to content

Commit

Permalink
chore(Geode): update assets (PreMiD#8132)
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 Feb 28, 2024
1 parent 436be22 commit b1cef68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions websites/G/Geode/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
"geode-sdk.org",
"docs.geode-sdk.org"
],
"matches": ["*://geode-sdk.org/*","*://docs.geode-sdk.org/*"],
"version": "1.0.0",
"logo": "https://i.joerkig.com/gowo8n.png",
"thumbnail": "https://i.joerkig.com/s99rcj.png",
"matches": [
"*://geode-sdk.org/*",
"*://docs.geode-sdk.org/*"
],
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/G/Geode/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/G/Geode/assets/thumbnail.png",
"color": "#f5dd9f",
"category": "games",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/G/Geode/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets {
Logo = "https://i.joerkig.com/gowo8n.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/G/Geode/assets/logo.png",
}

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

0 comments on commit b1cef68

Please sign in to comment.