fix: header archived id (#1888)

Co-authored-by: qingbo <qingbo@jingling.group>
This commit is contained in:
Jiraiya8 2023-07-03 19:09:59 +08:00 committed by GitHub
parent 811c3e8844
commit d46126c5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"