Skip to content

Commit

Permalink
fix: Detour modal header should be blank on new creation workflow (#2851
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hannahpurcell authored Oct 11, 2024
1 parent 998f790 commit 3786436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/src/components/detours/diversionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@ export const DiversionPage = ({
{useDetourProps.author}
</span>
</>
) : (
) : isMobile(displayType) ? (
<div className="flex-grow-1 fw-semibold text-center">Detours</div>
)}
) : null}
<CloseButton className="p-4" onClick={onClose} />
</header>

Expand Down

0 comments on commit 3786436

Please sign in to comment.