Skip to content

Commit 6bf0695

Browse files
committed
test9
1 parent a71ff01 commit 6bf0695

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/layouts/components/Header.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Header: React.FC = () => {
1414
<div className='container mx-auto'>
1515
{/* Mobile: Stacked layout / Desktop: Single row with 3 items */}
1616
<div className='flex flex-wrap items-center'>
17-
{/* Mobile: Top row with logo and login / Desktop: 3-column layout */}
17+
{/* Mobile: Top row with logo and login / Desktop: with 3-column layout */}
1818
<div className='flex w-full min-[580px]:w-auto items-center justify-between min-[580px]:justify-start'>
1919
{/* Logo - always left */}
2020
<img
@@ -39,9 +39,7 @@ const Header: React.FC = () => {
3939
<SmallCircularQuestionCounter size={18} />
4040
</button>
4141
</DialogTrigger>
42-
<UserDataModal
43-
onOpenChange={setIsDashboardOpen}
44-
/>
42+
<UserDataModal onOpenChange={setIsDashboardOpen} />
4543
</Dialog>
4644
) : (
4745
<div className='flex shrink-0 items-center border-2 border-white rounded-full px-2 py-1 sm:px-4 sm:py-2 cursor-default'>

0 commit comments

Comments
 (0)