Skip to content

Commit

Permalink
chore(Taiyō): update assets (PreMiD#7850)
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 Dec 26, 2023
1 parent fa13975 commit c92b245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/T/Taiyō/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"taiyo.moe",
"www.taiyo.moe"
],
"version": "1.0.0",
"logo": "https://i.imgur.com/HwdiE6p.png",
"thumbnail": "https://i.imgur.com/6HHU9u3.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/T/Taiy%C5%8D/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/T/Taiy%C5%8D/assets/thumbnail.png",
"color": "#FF4F4F",
"category": "anime",
"tags": [
Expand Down
3 changes: 2 additions & 1 deletion websites/T/Taiyō/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const presence = new Presence({

presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/HwdiE6p.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/T/Taiy%C5%8D/assets/logo.png",
startTimestamp: browsingTimestamp,
},
{ href, pathname } = document.location;
Expand Down

0 comments on commit c92b245

Please sign in to comment.