Skip to content

Commit

Permalink
fix: 알림 카운트 출력 문구 위치 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
Byukchong committed Jul 26, 2024
1 parent 184026d commit 8337c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function NavigationBar() {
<Image src={notificationIcon} alt="알림 아이콘" />
{data?.totalCount !== undefined && data?.totalCount > 0 && (
<span className="absolute top-[-7px] right-[-7px] bg-red-500 w-[15px] h-[15px] text-white text-[12px] rounded-full">
<p className="pr-[1.5px] translate-y-[-10%]">
<p className="pr-[1.5px] translate-y-[-10%] translate-x-[5%]">
{data.totalCount}
</p>
</span>
Expand Down

0 comments on commit 8337c07

Please sign in to comment.