mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 00:51:30 +03:00
fix: header archived id (#1888)
Co-authored-by: qingbo <qingbo@jingling.group>
This commit is contained in:
parent
811c3e8844
commit
d46126c5c3
@ -108,7 +108,7 @@ const Header = () => {
|
||||
<>
|
||||
<NavLink
|
||||
to="/archived"
|
||||
id="header-setting"
|
||||
id="header-archived"
|
||||
className={({ isActive }) =>
|
||||
`${
|
||||
isActive && "bg-white dark:bg-zinc-700 shadow"
|
||||
|
Loading…
Reference in New Issue
Block a user