Skip to content

Commit

Permalink
fix: logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Mar 30, 2024
1 parent efad7cb commit 501825f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/(user)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default function UserLayout({
<div className="flex items-center rounded-full bg-white w-20 h-20 justify-center ">
<Image
src="user/sgcu.svg"
width={50}
height={50}
width={40}
height={40}
alt="sgcu"

/>
Expand Down

0 comments on commit 501825f

Please sign in to comment.