chore: tweaks
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user