From 4b52c8547847e0af642edd84eaea6ff14e00baab Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 09:29:15 +0000 Subject: [PATCH] Adjust profile picture size Adjusted the profile picture size to occupy the height of two lines. --- src/components/Header.tsx | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index cb0e087..6273a0d 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -2,6 +2,7 @@ import React from 'react'; import { Bell } from 'lucide-react'; import { useAuth } from '@/contexts/auth'; +import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'; const Header: React.FC = () => { const { @@ -11,23 +12,15 @@ const Header: React.FC = () => { return
-
-
- Zellyy +
+ + + ZY + +

{user ? `${userName}님, 반갑습니다` : '반갑습니다'}

-
-
- Zellyy

젤리의 적자탈출