Move footer version block below help

This commit is contained in:
Jage9
2026-03-08 23:17:35 -04:00
parent d111146554
commit d008c659b9
3 changed files with 21 additions and 69 deletions

View File

@@ -67,10 +67,6 @@
aria-label="Chat Grid, press question mark for help."
></canvas>
<footer id="appFooter">
<small id="appVersion">Another AI experiment with Jage. Version</small>
<small id="appGithubLinkWrap">
<a id="appGithubLink" href="https://www.github.com/jage9/chat_grid">Chat Grid on Github</a>
</small>
<section id="helpSection" class="updates-section hidden">
<h2>Help</h2>
<button id="helpToggle" type="button" aria-expanded="false" aria-controls="instructions">Show help</button>
@@ -83,6 +79,10 @@
</button>
<div id="updatesPanel" class="hidden" hidden></div>
</section>
<small id="appVersion">Another AI experiment with Jage. Version</small>
<small id="appGithubLinkWrap">
<a id="appGithubLink" href="https://www.github.com/jage9/chat_grid">Chat Grid on Github</a>
</small>
</footer>
<div id="settingsModal" class="hidden" role="dialog" aria-modal="true" aria-labelledby="modalTitle">