Skip to content

Commit

Permalink
fix: header separator
Browse files Browse the repository at this point in the history
  • Loading branch information
pregno committed Oct 8, 2024
1 parent bdd43e2 commit 34e6525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/ds/src/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function Header({
))}
</ul>
{navLinks && hasDivider && (
<div className="gi-hidden sm:gi-block gi-border-l gi-border-solid gi-border-l-white gi-h-8 gi-mx-6"></div>
<div className="gi-hidden sm:gi-block gi-border-xs gi-border-solid gi-border-white gi-h-8 gi-mx-6"></div>
)}
{tools?.search && (
<label
Expand Down

0 comments on commit 34e6525

Please sign in to comment.