Compare commits

..

No commits in common. "c8b1908b20c86260d41a808b122d6a2f87ebc9fd" and "e2baf71361cff5a9a0e692c431bbf67b02fc3a88" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -250,12 +250,12 @@ export class FolkSplat extends FolkShape {
wrapper.innerHTML = html`
<div class="header">
<span class="header-title">
<span>🔮</span>
<span>\u{1F52E}</span>
<span>3D Splat</span>
</span>
<div class="header-actions">
<button class="gallery-btn" title="Browse gallery">📂</button>
<button class="close-btn" title="Close">×</button>
<button class="gallery-btn" title="Browse gallery">\u{1F4C2}</button>
<button class="close-btn" title="Close">\u00D7</button>
</div>
</div>
<div class="content">
@ -266,7 +266,7 @@ export class FolkSplat extends FolkShape {
<div class="gallery-list" style="display:none"></div>
<div class="viewer-area">
<div class="placeholder">
<span class="placeholder-icon">🔮</span>
<span class="placeholder-icon">\u{1F52E}</span>
<span>Enter a splat URL or browse the gallery</span>
</div>
</div>