Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hohashvili committed Apr 17, 2024
1 parent d65a6c1 commit c9fb123
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/webcontent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,20 +151,20 @@
</div>
</nav>
<div class="feature-modification-box">
<div class="edit-row" id="dark-mode-settings">
<div class="edit-row">
<button id="feature-modification-add-btn">Add <span class="material-symbols-outlined add">add</span></button>
</div>
<div class="edit-row" id="dark-mode-settings">
<div class="edit-row">
<button id="feature-modification-move-btn">Move<span class="material-symbols-outlined timeline">timeline</span></button>
</div>
<div class="edit-row" id="dark-mode-settings">
<div class="edit-row">
<button id="feature-modification-rename-btn">Rename<span class="material-symbols-outlined edit">edit</span></button>
</div>
<div class="edit-row" id="dark-mode-settings">
<button id="feature-modification-delete-btn">Delete<span class="material-symbols-outlined remove">remove</span></button>
<div class="edit-row">
<button id="feature-modification-delete-btn">Delete with annotations<span class="material-symbols-outlined remove">remove</span></button>
</div>
<div class="edit-row" id="dark-mode-settings">
<button id="feature-modification-drop-btn">Drop<span class="material-symbols-outlined delete_forever">delete_forever</span></button>
<div class="edit-row">
<button id="feature-modification-drop-btn">Delete with code<span class="material-symbols-outlined delete_forever">delete_forever</span></button>
</div>
</div>
<div id="modify-feature-rename-container" >
Expand Down

0 comments on commit c9fb123

Please sign in to comment.