Skip to content

Commit

Permalink
chore: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Jul 4, 2024
1 parent 4ebdd19 commit be67a73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/options/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ const Options = () => {
className="navbar semi-always-dark"
selectedKeys={[active]}
onSelect={handleSwitch}
header={{
logo: <img src="/assets/images/128.png" style={{ width: '36px' }} />,
text: 'Header Editor',
}}
items={[
{ itemKey: 'rules', text: t('rule_list'), icon: <IconMenu /> },
{ itemKey: 'options', text: t('options'), icon: <IconSetting /> },
Expand Down

0 comments on commit be67a73

Please sign in to comment.