add divider to avoid misclicks

This commit is contained in:
Athou
2023-06-24 18:30:26 +02:00
parent 872247d80f
commit 53b06f41f3

View File

@@ -102,6 +102,8 @@ export function Header() {
} }
/> />
<HeaderDivider />
<ActionButton <ActionButton
icon={<TbRefresh size={iconSize} />} icon={<TbRefresh size={iconSize} />}
label={<Trans>Refresh</Trans>} label={<Trans>Refresh</Trans>}