feat: add the version on the top of the Help screen by the title

This commit is contained in:
2025-08-24 17:08:41 -06:00
parent d2d64cf1d9
commit 36acbcf160

View File

@@ -18,6 +18,7 @@
<!-- Heading -->
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">
Help
<span class="text-xs text-gray-500">{{ package.version }}</span>
</h1>
</div>