Remove Switch/Add Business from sidebar footer

These actions are now only in the user dropdown menu in the top-right.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-02-01 09:28:16 -08:00
parent fcfaa5b869
commit e4afa61f13

View file

@ -105,18 +105,6 @@
<div class="business-status online">Online</div>
</div>
</div>
<a href="#" class="nav-item" onclick="Portal.switchBusiness(); return false;">
<svg class="nav-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M16 3h5v5M8 3H3v5M3 16v5h5M21 16v5h-5M7 12h10"/>
</svg>
<span>Switch Business</span>
</a>
<a href="#" class="nav-item" onclick="Portal.addNewBusiness(); return false;">
<svg class="nav-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 5v14M5 12h14"/>
</svg>
<span>Add New Business</span>
</a>
</div>
</aside>