refactor(calc-01): simplify keyboard layout and consts label

This commit is contained in:
2026-04-25 04:03:48 +02:00
parent e1c87de626
commit 6beefe82bc
2 changed files with 18 additions and 26 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
</div>
<div class="menu-cell" id="constsMenuWrap">
<button type="button" class="menu-trigger key-function" id="constsMenuButton" aria-haspopup="true" aria-expanded="false">π/e</button>
<button type="button" class="menu-trigger key-function" id="constsMenuButton" aria-haspopup="true" aria-expanded="false">consts</button>
<div class="popup-menu popup-menu-compact" id="constsMenu" hidden></div>
</div>