Skip to content

Commit

Permalink
add version to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Hybes committed Nov 25, 2024
1 parent 7ed0acd commit 1558b49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ <h2 class="w-full text-center p-4 font-semibold text-xl">Pairkiller</h2>
<input type="checkbox" id="usageCollectionToggle" class="w-4 h-4" />
</div>
</div>
<div id="version-info" class="flex justify-center items-center w-full">
<div id="version-info" class="flex flex-col justify-center mt-4 items-center w-full">
<span class="text-sm mb-2">Version 2.0.5</span>
<button id="checkForUpdatesButton" class="opacity-30 text-sm hover:opacity-80 text-center cursor-pointer">Check for updates</button>
</div>
</div>
Expand Down

0 comments on commit 1558b49

Please sign in to comment.