From 84e9c0cf8efc4c52920f38edba04b709eb0b69c2 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:33:33 +0200 Subject: [PATCH] Fix nested
--- .../u.$identifier/results/highlights.tsx | 44 +++++++++---------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/app/routes/u.$identifier/results/highlights.tsx b/app/routes/u.$identifier/results/highlights.tsx index c2ecf757d..48b067274 100644 --- a/app/routes/u.$identifier/results/highlights.tsx +++ b/app/routes/u.$identifier/results/highlights.tsx @@ -51,28 +51,26 @@ export default function ResultHighlightsEditPage() { const userPageData = parentRoute.data as UserPageLoaderData; return ( -
-
-

{t("user:results.highlights.choose")}

-
-
- {t("user:results.highlights.explanation")} - -
-
- - - -
+
+

{t("user:results.highlights.choose")}

+
+
+ {t("user:results.highlights.explanation")} + +
+
+ + + ); }