Skip to content

Commit a5d9bef

Browse files
fernandomenukclaude
andcommitted
fix: rebalance mascot SVG for proper visual centering
- Redrawn SVG with symmetrical layout around center axis - Use display:block + margin:auto on img for guaranteed centering - Regenerated PNG and ICO from corrected source Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5187bee commit a5d9bef

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

crates/wmux-app/icons/icon.ico

-43 Bytes
Binary file not shown.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<!-- Hero -->
446446
<section id="hero">
447447
<div class="container hero">
448-
<img src="logo.png" alt="wmux mascot" width="120" height="120" style="margin-bottom: 1.5rem; filter: drop-shadow(0 0 30px rgba(167, 139, 250, 0.3));">
448+
<img src="logo.png" alt="wmux mascot" width="120" height="120" style="display: block; margin: 0 auto 1.5rem; filter: drop-shadow(0 0 30px rgba(167, 139, 250, 0.3));">
449449
<div class="hero-badge"><span>v0.6.0</span> Native Desktop App</div>
450450
<h1>cmux for Windows.</h1>
451451
<p class="hero-subtitle">Split panes. Tabbed workspaces. A socket API for AI agents. A high-performance desktop app built with Rust and Tauri.</p>

docs/logo.png

-1.05 KB
Loading

logo.svg

Lines changed: 25 additions & 25 deletions
Loading

0 commit comments

Comments
 (0)