Skip to content

Commit

Permalink
fix(The Odin Project): fix minor stuff (PreMiD#6738)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukan-sys authored Sep 4, 2022
1 parent f5d75d6 commit 89bcdef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions websites/T/The Odin Project/dist/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -18,7 +18,7 @@
"top",
"odin",
"project",
"odin-project",
"the-odin-project"
"odinproject",
"theodinproject"
]
}
2 changes: 1 addition & 1 deletion websites/T/The Odin Project/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 89bcdef

Please sign in to comment.