Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 20, 2023
1 parent d330ae6 commit ef50ed4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,8 @@ <h2 class="mb-8 flex items-start justify-between text-2xl font-bold">
),
fetch("https://api.github.com/repos/SkyblockClient/Skyclient-installer-Java/releases").then(
(r) => r.json(),
fetch("https://api.github.com/repos/KTibow/Mart/releases").then(
(r) => r.json(),
),
fetch("https://api.github.com/repos/KTibow/Mart/releases").then((r) => r.json()),
]).then(async (responses) => {
const getCount = (json) => {
const artifact = json[0].assets[0];
Expand Down

0 comments on commit ef50ed4

Please sign in to comment.