Skip to content

Commit

Permalink
🐛 fix(custom): 修复tag栏在手机端出现两次的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Mar 4, 2023
1 parent 6911c57 commit 5a66368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const FixedNav = () => {
return (
<>
{shouldShowNav && (
<div className='p-2 flex justify-center'>
<div className='p-2 flex justify-center max-sm:hidden'>
<Header_Nav />
</div>
)}
Expand Down

0 comments on commit 5a66368

Please sign in to comment.