Skip to content

Commit

Permalink
Fix:Header Community
Browse files Browse the repository at this point in the history
  • Loading branch information
lq0-github committed Jan 18, 2025
1 parent 20818bd commit e762f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const CommunityItem = () => {
<div
onMouseEnter={handleMouseEnter}
onMouseLeave={handleMouseLeave}
className="inline-block py-3 px-2 cursor-pointer hover:bg-gray-800 hover:border hover:border-dark-50 relative rounded-md"
className="inline-block py-3 px-2 cursor-pointer hover:bg-gray-800 border border-transparent hover:border-dark-50 relative rounded-md"
>
<svg
width="13"
Expand Down Expand Up @@ -197,7 +197,7 @@ const Links = () => {
gridTemplateColumns="repeat(4, 1fr)"
alignItems="center"
lineHeight="0"
sx={{ gap: "48px" }}
sx={{ gap: "32px" }}
>
<a
href="https://twitter.com/burrow_finance"
Expand Down

0 comments on commit e762f68

Please sign in to comment.