From be67a7375bb90179417387e15edbc543bc48c68b Mon Sep 17 00:00:00 2001 From: ShuangYa Date: Thu, 4 Jul 2024 20:17:04 +0800 Subject: [PATCH] chore: add logo --- src/pages/options/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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: },