fix: header archived id (#1888)

Co-authored-by: qingbo <qingbo@jingling.group>
pull/1891/head
Jiraiya8 2 years ago committed by GitHub
parent 811c3e8844
commit d46126c5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save