soiz1 commited on
Commit
93fc803
·
1 Parent(s): d08c32e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -2352,7 +2352,7 @@ header.addEventListener('click', () => {
2352
  combinedAudioElement.currentTime = 0;
2353
  combinedAudioElement.play()
2354
  .then(() => {
2355
- previewButton.textContent = '';
2356
 
2357
  // プレビューの時間表示を更新
2358
  const updatePreviewTime = () => {
 
2352
  combinedAudioElement.currentTime = 0;
2353
  combinedAudioElement.play()
2354
  .then(() => {
2355
+ previewButton.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M520-200v-560h240v560H520Zm-320 0v-560h240v560H200Zm400-80h80v-400h-80v400Zm-320 0h80v-400h-80v400Zm0-400v400-400Zm320 0v400-400Z"/></svg>';
2356
 
2357
  // プレビューの時間表示を更新
2358
  const updatePreviewTime = () => {