mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-26 01:01:40 +00:00
fix: mobile
This commit is contained in:
parent
50d2964ebd
commit
037cfc29e6
3 changed files with 38 additions and 27 deletions
|
|
@ -60,6 +60,7 @@ function switchStepPlatform(platform) {
|
|||
|
||||
function toggleMobileNav() {
|
||||
document.getElementById("nav-mobile").classList.toggle("open");
|
||||
document.getElementById("nav-hamburger").classList.toggle("open");
|
||||
}
|
||||
|
||||
function toggleSpecs() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue