File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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' >
You can’t perform that action at this time.
0 commit comments