Skip to content

Commit

Permalink
fix(web): reorder navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Sep 18, 2024
1 parent 2bdcf5f commit 26bc5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/web/app/layouts/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ function Header(props: { rss?: string }) {
</div>
<div>
<NavLink to="/resources" className="rounded-md p-2 hover:(bg-neutral-200)">
资源
字幕组
</NavLink>
</div>
<div>
<NavLink to="/resources" className="rounded-md p-2 hover:(bg-neutral-200)">
字幕组
资源
</NavLink>
</div>
<div className="flex-auto"></div>
Expand Down

0 comments on commit 26bc5c6

Please sign in to comment.