Spaces:
Sleeping
Sleeping
Commit ·
0a55e17
1
Parent(s): 68179bf
details button should be on the top right
Browse files
src/components/layout/app-header.tsx
CHANGED
|
@@ -40,7 +40,7 @@ export function AppHeader({
|
|
| 40 |
{title ? (
|
| 41 |
<h1 className="flex-1 truncate px-4 text-center font-headline text-lg font-semibold">{title}</h1>
|
| 42 |
) : (
|
| 43 |
-
<div className="flex-1"></div>
|
| 44 |
)}
|
| 45 |
|
| 46 |
{/* Right content (Details Button, JourneyAI Logo) */}
|
|
|
|
| 40 |
{title ? (
|
| 41 |
<h1 className="flex-1 truncate px-4 text-center font-headline text-lg font-semibold">{title}</h1>
|
| 42 |
) : (
|
| 43 |
+
<div className="flex-1"></div> // Ensures right content is pushed to the right even without a title
|
| 44 |
)}
|
| 45 |
|
| 46 |
{/* Right content (Details Button, JourneyAI Logo) */}
|