mirror of
https://codeberg.org/armin/tcdweb.git
synced 2026-09-01 05:30:45 +02:00
Replace emoji load button with SVG folder icon
Replace the emoji character 📂 with an inline Feather SVG folder icon
for the Load File button. The SVG matches the folder icon used in
Feather icon set and provides consistent rendering across platforms.
This commit is contained in:
parent
2be1351d5e
commit
a659bc437e
1 changed files with 4 additions and 1 deletions
|
|
@ -22,7 +22,10 @@
|
|||
<div class="section-brand"><span class="logo">tcd</span> <span class="subtitle">Audio Authenticity Analyzer</span><br><span class="tagline">Psychoacoustic transcode detection via spectral analysis</span></div>
|
||||
</div>
|
||||
<div class="player-controls">
|
||||
<button id="loadBtn" class="player-btn load-btn" title="Load Audio File">📂 Load File</button>
|
||||
<button id="loadBtn" class="player-btn load-btn" title="Load Audio File">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/></svg>
|
||||
Load File
|
||||
</button>
|
||||
<button id="playBtn" class="player-btn" title="Play/Pause">▶</button>
|
||||
<button id="stopBtn" class="player-btn" title="Stop">⏹</button>
|
||||
<button id="holdBtn" class="player-btn" title="Hold Max Cutoff">⊡</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue