Skip to content

Commit

Permalink
chore: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed Dec 5, 2023
1 parent 7834836 commit a6c5674
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/app/src/Pages/Layout/NavSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ export default function NavSidebar({ narrow = false }) {
<div className={className}>
<LogoHeader showText={!narrow} />
<div className="mt-1 flex-grow flex flex-col justify-between">
<div className={classNames({ "xl:items-start": !narrow, "xl:gap-3": !narrow }, "gap-2 flex flex-col items-center text-lg")}>
<div
className={classNames(
{ "xl:items-start": !narrow, "xl:gap-3": !narrow },
"gap-2 flex flex-col items-center text-lg",
)}>
{MENU_ITEMS.filter(a => {
if ((CONFIG.hideFromNavbar ?? []).includes(a.link)) {
return false;
Expand Down

0 comments on commit a6c5674

Please sign in to comment.