From b9a75e2224b4a98d586dfdd447f8e302ff7c4491 Mon Sep 17 00:00:00 2001 From: SeMiD Date: Mon, 15 Apr 2024 19:03:03 +0100 Subject: [PATCH] chore(notespace): update assets (#8276) chore: update assets Signed-off-by: SeMiD --- websites/N/notespace/metadata.json | 6 +++--- websites/N/notespace/presence.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/websites/N/notespace/metadata.json b/websites/N/notespace/metadata.json index 69b8be1164ed..3166517d915c 100644 --- a/websites/N/notespace/metadata.json +++ b/websites/N/notespace/metadata.json @@ -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": [ diff --git a/websites/N/notespace/presence.ts b/websites/N/notespace/presence.ts index a269c440bc53..0c3037f35251 100644 --- a/websites/N/notespace/presence.ts +++ b/websites/N/notespace/presence.ts @@ -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 () => {