From 07f6ac1edb9f412c378d9fafb1325f3dc9fc985d Mon Sep 17 00:00:00 2001 From: Rikka3 <135252548+Rikka3@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:48:18 +0600 Subject: [PATCH] a --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d64f368..1b54311 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,7 @@

Mods Installer by Tubm

// Event listener for "Mods" box (class: .manmods) const manmods = document.querySelector('.manmods'); manmods.addEventListener('click', function() { - window.location.href = "https://github.com/Rikka3/modsintaller" + window.location.href = "https://github.com/Rikka3/modsintaller/releases" }); // Event listener for "Optional Mods" box (class: .sidemods)