Unverified Commit d46126c5 authored by Jiraiya8's avatar Jiraiya8 Committed by GitHub

fix: header archived id (#1888)

Co-authored-by: 's avatarqingbo <qingbo@jingling.group>
parent 811c3e88
...@@ -108,7 +108,7 @@ const Header = () => { ...@@ -108,7 +108,7 @@ const Header = () => {
<> <>
<NavLink <NavLink
to="/archived" to="/archived"
id="header-setting" id="header-archived"
className={({ isActive }) => className={({ isActive }) =>
`${ `${
isActive && "bg-white dark:bg-zinc-700 shadow" isActive && "bg-white dark:bg-zinc-700 shadow"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment