From 29174553249d99e9750caffc2fea7b47a6cbcee7 Mon Sep 17 00:00:00 2001 From: Leo Giovanetti Date: Fri, 16 Sep 2022 19:15:47 -0300 Subject: [PATCH] Mobile tweaks app store (#4537) --- apps/web/components/v2/apps/CalendarListContainer.tsx | 2 +- apps/web/pages/v2/apps/installed/[category].tsx | 2 +- packages/ui/v2/core/apps/AllApps.tsx | 6 +++--- packages/ui/v2/core/layouts/InstalledAppsLayout.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web/components/v2/apps/CalendarListContainer.tsx b/apps/web/components/v2/apps/CalendarListContainer.tsx index ab8ee65edf..91a71e3769 100644 --- a/apps/web/components/v2/apps/CalendarListContainer.tsx +++ b/apps/web/components/v2/apps/CalendarListContainer.tsx @@ -163,7 +163,7 @@ function ConnectedCalendarsList(props: Props) { logo={item.integration.logo} description={item.primary?.externalId || "No external Id"} actions={ -
+
+
-
+

{t("explore_apps", { category: @@ -70,7 +70,7 @@ export default function AllApps({ apps }: AllAppsPropsType) { })}

{leftVisible && ( -
+
@@ -112,7 +112,7 @@ export default function AllApps({ apps }: AllAppsPropsType) { ))} {rightVisible && ( -
+
diff --git a/packages/ui/v2/core/layouts/InstalledAppsLayout.tsx b/packages/ui/v2/core/layouts/InstalledAppsLayout.tsx index b096abe875..08c4a0f0df 100644 --- a/packages/ui/v2/core/layouts/InstalledAppsLayout.tsx +++ b/packages/ui/v2/core/layouts/InstalledAppsLayout.tsx @@ -47,7 +47,7 @@ export default function InstalledAppsLayout({ } return ( -
+