From 89bcdefcbf221949f1d152953f750635a5e0486b Mon Sep 17 00:00:00 2001 From: dogukan <106838004+dogukan-sys@users.noreply.github.com> Date: Sun, 4 Sep 2022 09:48:48 +0200 Subject: [PATCH] fix(The Odin Project): fix minor stuff (#6738) --- websites/T/The Odin Project/dist/metadata.json | 8 ++++---- websites/T/The Odin Project/presence.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/websites/T/The Odin Project/dist/metadata.json b/websites/T/The Odin Project/dist/metadata.json index 0bfdac5fab17..3b06e19941d0 100644 --- a/websites/T/The Odin Project/dist/metadata.json +++ b/websites/T/The Odin Project/dist/metadata.json @@ -2,14 +2,14 @@ "$schema": "https://schemas.premid.app/metadata/1.7", "author": { "name": "dogukan", - "id": "0420" + "id": "351309620918091776" }, "service": "The Odin Project", "description": { "en": "The Odin Project is one of those \"What I wish I had when I was learning\" resources. Not everyone has access to a computer science education or the funds to attend an intensive coding school and neither of those is right for everyone anyway. This project is designed to fill in the gap for people who are trying to hack it on their own but still want a high quality education." }, "url": "www.theodinproject.com", - "version": "1.0.0", + "version": "1.0.1", "logo": "https://i.imgur.com/gtBvHQH.png", "thumbnail": "https://i.imgur.com/5rm6BZ6.png", "color": "#e3b261", @@ -18,7 +18,7 @@ "top", "odin", "project", - "odin-project", - "the-odin-project" + "odinproject", + "theodinproject" ] } \ No newline at end of file diff --git a/websites/T/The Odin Project/presence.ts b/websites/T/The Odin Project/presence.ts index 0dc0ca22d5b0..477825601d91 100644 --- a/websites/T/The Odin Project/presence.ts +++ b/websites/T/The Odin Project/presence.ts @@ -46,7 +46,7 @@ presence.on("UpdateData", async () => { presenceData.state = `${course.textContent}`; } else if (path.includes("/foundations-")) { presenceData.state = `${lesson.textContent}`; - presenceData.details = "𝙁𝙤𝙪𝙣𝙙𝙖𝙩𝙞𝙤𝙣𝙨 - 𝙇𝙚𝙨𝙨𝙤𝙣"; + presenceData.details = "Foundations - Lessons"; } else if (path.includes("/lessons/node-")) { presenceData.details = courseTitle.textContent; presenceData.state = lesson.textContent;