From bec80103d6f6591d5f11224735e2884a03eec76c Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Wed, 22 Oct 2025 13:03:27 -0900 Subject: [PATCH] Update src/ajet/www/core.clj --- src/ajet/www/core.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ajet/www/core.clj b/src/ajet/www/core.clj index 56469e6..2ba67b0 100644 --- a/src/ajet/www/core.clj +++ b/src/ajet/www/core.clj @@ -30,9 +30,10 @@ [:li [:a {:href "https://service-manager.ajet.fyi"} "ci"]] [:li [:a {:href "https://mini:8006"} "cluster"]] [:li [:a {:href "http://192.168.1.124:8081"} "mp4"]]] - [:h2 "Keymap"] + [:h2 "Keymap:"] [:img {:src "https://git.ajet.fyi/ajet/zmk-corne-rotary-pad/media/branch/main/keymap-drawer/eyelash_corne.svg" - :width "100vw"}] + :width "100%" + :height "100%"}] [:script {:src "https://cdn.jsdelivr.net/npm/eruda"}] [:script "eruda.init()"])))