feat(FN-1929): merge fusion/fn-1929

This commit is contained in:
gsxdsm
2026-04-16 09:53:29 -07:00
parent 941acb6c66
commit f3ed2413a8

View File

@@ -226,18 +226,6 @@ export function MobileNavBar({
<span className="mobile-nav-tab-label">Chat</span>
</button>
<button
type="button"
className={`mobile-nav-tab${view === "documents" ? " mobile-nav-tab--active" : ""}`}
data-testid="mobile-nav-tab-documents"
role="tab"
aria-selected={view === "documents"}
onClick={() => onChangeView("documents")}
>
<FileText />
<span className="mobile-nav-tab-label">Documents</span>
</button>
<button
type="button"
className={`mobile-nav-tab${view === "mailbox" ? " mobile-nav-tab--active" : ""}`}