File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ @import url ("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css" );
2+
13@tailwind base;
24@tailwind components;
35@tailwind utilities;
Original file line number Diff line number Diff line change @@ -45,9 +45,11 @@ export default function MainHeader({ name }: HeaderProps) {
4545 onClick = { ( ) => router . push ( '/mobile/notification' ) }
4646 >
4747 < IconAlarm />
48- < div className = "absolute -right-0.5 -top-0.5 flex h-[13px] w-[13px] items-center justify-center rounded-full bg-warning text-caption-2_midi text-white-primary" >
49- { notificationCount }
50- </ div >
48+ { notificationCount && (
49+ < div className = "absolute -right-0.5 -top-0.5 flex h-[13px] w-[13px] items-center justify-center rounded-full bg-warning text-caption-2_midi text-white-primary" >
50+ { notificationCount }
51+ </ div >
52+ ) }
5153 </ button >
5254 < button
5355 className = "h-6 w-6 items-center justify-center"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default function MobileMain() {
4646
4747 const imageUrls = [
4848 '/assets/images/test.png' ,
49- '/assets/images/test2 .png' ,
49+ '/assets/images/test .png' ,
5050 '/assets/images/test.png' ,
5151 ] ;
5252
You can’t perform that action at this time.
0 commit comments