Skip to content

Commit

Permalink
chore(WriterDuet): update assets (PreMiD#8336)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD authored Apr 29, 2024
1 parent 58d1852 commit e555a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/W/WriterDuet/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"https://*.writerduet.com/*",
"https://*writerduet.helpscoutdocs.com/*"
],
"version": "1.0.0",
"logo": "https://www.writerduet.com/script/wd-logo-square.png",
"thumbnail": "https://www.writerduet.com/static/media/logo.3fd682b7.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/W/WriterDuet/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/W/WriterDuet/assets/thumbnail.png",
"color": "#4598d4",
"category": "other",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/W/WriterDuet/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://www.writerduet.com/script/wd-logo-square.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/W/WriterDuet/assets/logo.png",
}

const enum Pages {
Expand Down

0 comments on commit e555a82

Please sign in to comment.