fix(landing): Windows logo on the Download button (signals it's the Windows app)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-01 22:27:31 +05:30
parent 9ff2ef5d48
commit 160a66f934
+1 -1
View File
@@ -53,7 +53,7 @@
<div class="brand">Biz <span>Connect</span></div>
</div>
<div class="hdr-right">
<a class="dl-btn" id="dlWin" href="/download/windows" title="Download the Windows desktop app"><span data-ic="download" data-sz="15"></span> Download app</a>
<a class="dl-btn" id="dlWin" href="/download/windows" title="Download the Windows desktop app"><svg viewBox="0 0 448 512" width="15" height="15" fill="currentColor" style="flex:0 0 auto"><path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"/></svg> Download app</a>
<div id="authArea"></div>
</div>
</header>