From 6c046f6507e63375492467cbfebf0ec02e680428 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 28 Sep 2022 18:46:14 +0100 Subject: [PATCH] fixed back button, fixed app store detail on mobile (#4737) --- apps/web/components/v2/apps/App.tsx | 2 +- packages/ui/v2/core/Shell.tsx | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/web/components/v2/apps/App.tsx b/apps/web/components/v2/apps/App.tsx index 9d1f894c93..d86a47d05b 100644 --- a/apps/web/components/v2/apps/App.tsx +++ b/apps/web/components/v2/apps/App.tsx @@ -66,7 +66,7 @@ const Component = ({ return (
{hasImages && ( -
+
{images ? ( images.map((img) => (
{!!props.backPath && ( - router.push(props.backPath as string)} + StartIcon={Icon.FiArrowLeft} + aria-label="Go Back" + className="ltr:mr-2 rtl:ml-2" /> )} {props.heading && (