Skip to content

Commit

Permalink
chore(ZenMarket): update assets (#8189)
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 19, 2024
1 parent c4f105a commit 4bb8be6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/Z/ZenMarket/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"matches": [
"*://zenmarket.jp/*"
],
"version": "1.0.0",
"logo": "https://i.ibb.co/YWQTYzh/cy0lojzy.png",
"thumbnail": "https://i.ibb.co/vHCN9Rf/600x200.jpg",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/Z/ZenMarket/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/Z/ZenMarket/assets/thumbnail.jpg",
"color": "#42749A",
"category": "other",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/Z/ZenMarket/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.ibb.co/YWQTYzh/cy0lojzy.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/Z/ZenMarket/assets/logo.png",
}

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

0 comments on commit 4bb8be6

Please sign in to comment.