From b2dcd93952295add902ec595b569c08db4fe0153 Mon Sep 17 00:00:00 2001 From: Daniel O'Connell Date: Tue, 8 Aug 2023 12:11:34 +0200 Subject: [PATCH] Fix banners position --- app/routes/questions/$question.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/questions/$question.tsx b/app/routes/questions/$question.tsx index 0edc0055..930404d9 100644 --- a/app/routes/questions/$question.tsx +++ b/app/routes/questions/$question.tsx @@ -119,9 +119,9 @@ export function Question({
-
{banners && banners.map(Banner)}
{isExpanded && ( <> +
{banners && banners.map(Banner)}
{text !== null && text !== UNKNOWN_QUESTION_TITLE && ( /* Any changes to this class should also be reflected in App.handleSpecialLinks */