Skip to content

Commit

Permalink
chore: update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
PreMiD-Automations committed Mar 5, 2025
1 parent 75fe7ca commit cb1e321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/T/The StoryGraph/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"pt-br": "Um site para você rastrear sua leitura e escolher seu próximo livro"
},
"url": "app.thestorygraph.com",
"version": "1.0.0",
"logo": "https://i.imgur.com/jgyqQZq.png",
"thumbnail": "https://i.imgur.com/NyNVraQ.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/T/The%20StoryGraph/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/T/The%20StoryGraph/assets/thumbnail.png",
"color": "#2ab5c0",
"category": "socials",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/T/The StoryGraph/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
const browsingTimestamp = Math.floor(Date.now() / 1000)

enum ActivityAssets {
Logo = 'https://i.imgur.com/jgyqQZq.png',
Logo = 'https://cdn.rcd.gg/PreMiD/websites/T/The%20StoryGraph/assets/logo.png',
}

async function getStrings() {
Expand Down

0 comments on commit cb1e321

Please sign in to comment.