diff --git a/src/pages/options/index.tsx b/src/pages/options/index.tsx index 1116a44..3143dce 100644 --- a/src/pages/options/index.tsx +++ b/src/pages/options/index.tsx @@ -107,6 +107,10 @@ const Options = () => { className="navbar semi-always-dark" selectedKeys={[active]} onSelect={handleSwitch} + header={{ + logo: , + text: 'Header Editor', + }} items={[ { itemKey: 'rules', text: t('rule_list'), icon: }, { itemKey: 'options', text: t('options'), icon: },