soiz1 commited on
Commit
e4d61e9
·
verified ·
1 Parent(s): 843ecff

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -378,10 +378,10 @@
378
  <div class="container mx-auto px-4">
379
  <div class="flex flex-wrap mb-4">
380
  <button id="edit-next-marker" class="hacker-btn secondary">
381
- <span class="glow-text">EDIT NEXT MARKER</span>
382
  </button>
383
  <button onclick="if(confirm('すべてのデータが消去されます。いいですか?')){if(confirm('この操作は取り消せません。')){localStorage.removeItem('leafletMap');location.reload()}}" class="hacker-btn danger">
384
- <span class="glow-text">FULL RESET</span>
385
  </button>
386
  </div>
387
 
 
378
  <div class="container mx-auto px-4">
379
  <div class="flex flex-wrap mb-4">
380
  <button id="edit-next-marker" class="hacker-btn secondary">
381
+ <span class="glow-text">次のマーカーを編集</span>
382
  </button>
383
  <button onclick="if(confirm('すべてのデータが消去されます。いいですか?')){if(confirm('この操作は取り消せません。')){localStorage.removeItem('leafletMap');location.reload()}}" class="hacker-btn danger">
384
+ <span class="glow-text">すべてリセット</span>
385
  </button>
386
  </div>
387