Move footer version block below help
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user