Skip to content

Commit f352d74

Browse files
committed
[fix] Adminヘッダーのロゴサイズを調整
1 parent 9a2e6fe commit f352d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout/admin-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function AdminHeader({ currentUserName, currentUserRole }: AdminHeaderPro
7272
<div className="mx-auto flex h-full w-full items-center justify-between px-8">
7373
<div className="flex h-full items-center gap-8">
7474
<Link href="/admin/tasks" className="flex h-full items-center" aria-label="Goods Go">
75-
<GoodsGoLogo className="h-[42px]" />
75+
<GoodsGoLogo className="h-[46px]" />
7676
</Link>
7777
<nav className="flex h-full items-center">
7878
{navItems.map((item) => {

0 commit comments

Comments
 (0)