Tweak admin menu header text

This commit is contained in:
Sam Becker 2025-02-28 19:59:13 -06:00
parent f4ecda7548
commit 5650b6adff
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ export default function AdminAppMenu({
return (
<MoreMenu
header={<div className="flex items-center select-none">
<BiLockAlt size={17} className="inline-block w-5 mr-[9px]" />
<BiLockAlt size={17} className="inline-block w-5 mr-2" />
<span className="grow">Admin menu</span>
</div>}
icon={<IoArrowUp size={16} />}

View File

@ -77,7 +77,7 @@ export default function MoreMenu({
>
{header && <div className={clsx(
'px-2 pt-3 pb-2 text-dim uppercase',
'text-sm',
'text-sm tracking-wide',
)}>
{header}
</div>}