Skip to content

Commit

Permalink
abi: undid a change
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyHubert committed Jul 20, 2024
1 parent 256820b commit b7190d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</head>
<body>

<div id="screen-buttons" class="screen hide">
<div id="screen-buttons" class="screen">

<button class="main-button" id="do-legs">Do Legs Workout</button>
<button class="main-button" id="do-arms">Do Arms Workout</button>
Expand All @@ -41,7 +41,7 @@

</div>

<div id="screen-log" class="screen">
<div id="screen-log" class="screen hide">

<div class="screen-heading">Workout Log</div>
<div id="log-details"></div>
Expand Down

0 comments on commit b7190d7

Please sign in to comment.