Skip to content

Commit

Permalink
Layout nit fix (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mfigueira authored Jun 14, 2024
1 parent a601096 commit fcd66eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const NavigationItemWrapper = ({ children, item, onClick }: NavigationIte
return url.startsWith("https");
}, [url]);

const className = "group px-4 sm:px-6 py-3 hover:!bg-[transparent]";
const className = "group px-4 sm:px-6 py-3 hover:!bg-[transparent] whitespace-nowrap";

// Not a link, default to a normal button
if (!item.url) {
Expand Down

0 comments on commit fcd66eb

Please sign in to comment.