Skip to content

Commit

Permalink
开放tools界面
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Dec 2, 2024
1 parent 131db17 commit 4d34a65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ const NavBar = ({skipUrl}) => {
<Divider layout="vertical" margin='20px' className="bg-white"/>

{/* 链接 */}
{/*<Link*/}
{/* to="/tools"*/}
{/* className="flex items-center text-lg font-bold dark:hover:text-blue-400 transition-colors duration-200"*/}
{/*>*/}
{/* Tools*/}
{/*</Link>*/}
<Link
to="/tools"
className="flex items-center text-lg font-bold dark:hover:text-blue-400 transition-colors duration-200"
>
Tools
</Link>
<Link
to="/urls"
className="flex items-center text-lg font-bold dark:hover:text-blue-400 transition-colors duration-200"
Expand Down

0 comments on commit 4d34a65

Please sign in to comment.