Update PWA icon

This commit is contained in:
Peter Steinberger 2025-06-23 03:40:16 +02:00
parent acf00c4042
commit 0a75e27948
4 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

View file

@ -22,7 +22,7 @@ export class TerminalIcon extends LitElement {
render() {
return html`
<img
src="/icon_512x512.png"
src="/apple-touch-icon.png"
alt="VibeTunnel"
style="width: ${this.size}px; height: ${this.size}px"
class="terminal-icon"