Skip to content

Commit

Permalink
Remove download button from mod page
Browse files Browse the repository at this point in the history
Users shouldnt directly download .geode files from the website, instead
they should do it ingame. If you really need it though, you can click on
versions and download it there
  • Loading branch information
matcool committed Nov 25, 2023
1 parent 23e3724 commit f0bb9d2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/mods/[mod.id]/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,6 @@ <h4 class="text-light opacity-50 mt-6 inline-flex flex-wrap"><span>Mod ID:&nbsp;
</div>
</div>
<div class="flex flex-col max-lg:mb-5">
<a
class="download-button w-full min-w-[15rem]"
href="$MOD_DOWNLOAD_URL"
>
<i data-feather="download"></i>
Download
</a>
<div class="flex justify-between mt-4 w-full">
<div>
<text>Available:</text>
Expand Down

0 comments on commit f0bb9d2

Please sign in to comment.