We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2e6fe commit f352d74Copy full SHA for f352d74
1 file changed
src/components/layout/admin-header.tsx
@@ -72,7 +72,7 @@ export function AdminHeader({ currentUserName, currentUserRole }: AdminHeaderPro
72
<div className="mx-auto flex h-full w-full items-center justify-between px-8">
73
<div className="flex h-full items-center gap-8">
74
<Link href="/admin/tasks" className="flex h-full items-center" aria-label="Goods Go">
75
- <GoodsGoLogo className="h-[42px]" />
+ <GoodsGoLogo className="h-[46px]" />
76
</Link>
77
<nav className="flex h-full items-center">
78
{navItems.map((item) => {
0 commit comments