Commit 65e3ddb
Feat: rotating logo every 2 min — cycles all 3 Mailair icon variants
Layout.tsx:
- LOGOS / LOGOS_DARK arrays hold all 3 logo SVG paths
- logoIdx state cycles 0→1→2→0 on a 2-minute setInterval
- All 4 img tags (desktop sidebar, mobile sidebar) use logoIdx
- transition-opacity duration-500 for smooth crossfade feel
New logo files (light + dark for each variant):
- logo-v2.svg / logo-dark-v2.svg ← Signal Arcs (current primary)
- logo-v3.svg / logo-dark-v3.svg ← Send Mark (arrow polygon)
Rotation order: Signal Arcs → Send Mark → Antenna M → repeat
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 90f9ccc commit 65e3ddb
5 files changed
Lines changed: 76 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
| |||
178 | 186 | | |
179 | 187 | | |
180 | 188 | | |
181 | | - | |
182 | | - | |
| 189 | + | |
| 190 | + | |
183 | 191 | | |
184 | 192 | | |
185 | 193 | | |
| |||
Loading
Loading
Loading
Loading
0 commit comments