chore: tweaks

This commit is contained in:
2023-12-11 10:37:03 +00:00
parent 0f6fe23f18
commit 07e42405a0
5 changed files with 62 additions and 43 deletions

View File

@ -100,7 +100,7 @@ export default function NavSidebar({ narrow = false }) {
<div
className={classNames(
{ "xl:items-start": !narrow, "xl:gap-2": !narrow },
"gap-1 flex flex-col items-center text-lg",
"gap-1 flex flex-col items-center text-lg font-bold",
)}>
{MENU_ITEMS.filter(a => {
if ((CONFIG.hideFromNavbar ?? []).includes(a.link)) {