mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 08:14:39 +01:00
feat(mobile/tab_switcher): hide icon for new tab
This commit is contained in:
parent
a486f5951e
commit
bec7943e05
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user