Browse Source

Remove the current-broken changelog and nightly buttons

master
Fen Dweller 4 years ago
parent
commit
d2369898d6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      templates/index.html

+ 2
- 1
templates/index.html View File

@@ -38,6 +38,7 @@
</a>
<div class="game-description">A size-comparison tool for macros and micros</div>
</div>
<!--
<a class="switcher" href="/{{"nightly" if not nightly else ""}}">
<div class="switcher-text">
{{"stable" if nightly else "nightly"}}
@@ -49,7 +50,7 @@
<div class="changelog-text">
changelogs
</div>
</a>
</a>-->

<a class="discord-footer" href="https://discord.gg/vqcKVV6"><img id="discord-image" src="/images/discord.svg"></a>


Loading…
Cancel
Save