Skip to content

Commit

Permalink
chore(Simkl): update assets (#8800)
Browse files Browse the repository at this point in the history
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 Oct 10, 2024
1 parent 70480e4 commit 1bd5492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/S/Simkl/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"en": "Track what you watch. Discover new shows and movies. Receive episode notifications. Get personalized recommendations. Join Simkl for free."
},
"url": "simkl.com",
"version": "1.0.0",
"logo": "https://i.imgur.com/1m6HokC.png",
"thumbnail": "https://i.imgur.com/iqtPhbD.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Simkl/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Simkl/assets/thumbnail.png",
"color": "#fabf2c",
"category": "socials",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/S/Simkl/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.imgur.com/1m6HokC.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/S/Simkl/assets/logo.png",
}
function textContent(tags: string) {
return document.querySelector(tags)?.textContent?.trim();
Expand Down

0 comments on commit 1bd5492

Please sign in to comment.