feat(mobile/tab_switcher): hide icon for new tab

This commit is contained in:
Elian Doran 2026-01-31 19:36:31 +02:00
parent a486f5951e
commit bec7943e05
No known key found for this signature in database

View File

@ -129,7 +129,7 @@ function Tab({ noteContext, containerRef, selectTab, activeNtxId }: {
}}
>
<header className={colorClass}>
<Icon icon={iconClass} />
{note && <Icon icon={iconClass} />}
<span className="title">{noteContext.note?.title ?? t("tab_row.new_tab")}</span>
<ActionButton
icon="bx bx-x"