Skip to content

Commit

Permalink
fix: mobile navbar 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
astorverse committed Feb 9, 2025
1 parent af9f854 commit 2273346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function NavBar({
</div>

{/* 아이콘 메뉴 – 드롭다운들을 IconDropdown 컴포넌트로 분리 */}
<div className="flex items-center space-x-4">
<div className={`flex items-center ${isMobile ? "" : "space-x-4"}`}>
<IconDropdown
title="태그"
icon={<FiTag className="h-6 w-6" />}
Expand Down

0 comments on commit 2273346

Please sign in to comment.