From 10d97063c626167c4eda20cc4bb069fef1b4ce9e Mon Sep 17 00:00:00 2001 From: VWSCoronaDashboard25 <98813868+VWSCoronaDashboard25@users.noreply.github.com> Date: Wed, 25 May 2022 14:24:46 +0200 Subject: [PATCH] fix: set icon size for the top menu icons on smaller screens (#4266) These were forgotten with the refactor Co-authored-by: VWSCoronaDashboard25 --- .../app/src/components/layout/components/top-navigation.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/app/src/components/layout/components/top-navigation.tsx b/packages/app/src/components/layout/components/top-navigation.tsx index d0ca4fab74..82a08a7537 100644 --- a/packages/app/src/components/layout/components/top-navigation.tsx +++ b/packages/app/src/components/layout/components/top-navigation.tsx @@ -32,7 +32,9 @@ export function TopNavigation() { > {collapsible.button( - {collapsible.isOpen ? : } + {collapsible.isOpen + ? + : } {collapsible.isOpen ? commonTexts.nav.menu.close_menu