Skip to content

Commit

Permalink
cammie updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RunoBoy committed Sep 21, 2023
1 parent 4eda65a commit 2fd4fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/cammie.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ socket.on('replymessage', function(obj) {

<nav class="columns mt-0">
<div class="column">
<button class="button is-primary is-full-width ctrl" data-command="set_pos" data-x="22" data-y="12">
<button class="button is-primary is-full-width ctrl" data-command="set_pos" data-x="43" data-y="15">
Kleine tafel
</button>
</div>
<div class="column">
<button class="button is-primary is-full-width ctrl" data-command="set_pos" data-x="61" data-y="10">
<button class="button is-primary is-full-width ctrl" data-command="set_pos" data-x="32" data-y="6">
Grote tafel
</button>
</div>
<div class="column">
<button class="button is-primary is-full-width ctrl" data-command="set_pos" data-x="56" data-y="24">
<button class="button is-primary is-full-width ctrl" data-command="set_pos" data-x="64" data-y="10">
Zetel
</button>
</div>
Expand Down

0 comments on commit 2fd4fcf

Please sign in to comment.