Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include a left class to navbar
Browse files Browse the repository at this point in the history
wellwelwel authored Jan 16, 2025
1 parent fcc9e5c commit ef30d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ function NavbarContentLayout({
}) {
return (
<div className="navbar__inner">
<div className="navbar__items">{left}</div>
<div className="navbar__items navbar__items--left">{left}</div>
<div className="navbar__items navbar__items--right">{right}</div>
</div>
);

0 comments on commit ef30d93

Please sign in to comment.