Skip to content

Commit

Permalink
change app
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentberry committed Mar 13, 2024
1 parent 1ebacbb commit c40cab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Compile SCSS
run: |
sass /app/public/assets/style/index.scss /app/public/assets/style/index.css
sass app/public/assets/style/index.scss app/public/assets/style/index.css
- name: docker login
env:
Expand Down
2 changes: 1 addition & 1 deletion app/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
</div>
<div class="rigth">
<h1 id="inputContainer_Content_Layers_Select">-</h1>
<button>90°</button>
<!-- <button onclick="ApiVmixSend('Cut', previewNumber)">90°</button> -->
<div class="mode">
<div class="mode_header">
<h3>MOVE</h3>
Expand Down

0 comments on commit c40cab2

Please sign in to comment.