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 (
-