Skip to content

Commit

Permalink
chore(notespace): update assets (#8276)
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 Apr 15, 2024
1 parent 7fa68da commit b9a75e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/N/notespace/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"pl": "notespace to twoja plaforma do nauki. Znajdziesz tutaj mnóstwo notatek, filmów i wiele więcej, a to wszystko za darmo!"
},
"url": "notespace.edu.pl",
"version": "1.0.1",
"logo": "https://i.imgur.com/W7Ybot8.png",
"thumbnail": "https://i.imgur.com/Xw72bq6.png",
"version": "1.0.2",
"logo": "https://cdn.rcd.gg/PreMiD/websites/N/notespace/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/notespace/assets/thumbnail.png",
"color": "#111111",
"category": "other",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/N/notespace/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 {
Icon = "https://i.imgur.com/W7Ybot8.png",
Icon = "https://cdn.rcd.gg/PreMiD/websites/N/notespace/assets/logo.png",
}

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

0 comments on commit b9a75e2

Please sign in to comment.