From 6f017a7972b92d5c16757d75447bfa324d5a72fe Mon Sep 17 00:00:00 2001 From: Abhinav-Developer-23 <145282438+Abhinav-Developer-23@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:02:07 +0530 Subject: [PATCH] fix: fixed caldav app icon and text (#12016) Co-authored-by: Peer Richelsen Co-authored-by: Peer Richelsen --- .../app-store/caldavcalendar/DESCRIPTION.md | 2 +- .../app-store/caldavcalendar/static/icon.svg | 22 ++++++++++++++++--- packages/ui/components/apps/AppCard.tsx | 3 +-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/packages/app-store/caldavcalendar/DESCRIPTION.md b/packages/app-store/caldavcalendar/DESCRIPTION.md index 85efc31f5d..b59c150be8 100644 --- a/packages/app-store/caldavcalendar/DESCRIPTION.md +++ b/packages/app-store/caldavcalendar/DESCRIPTION.md @@ -3,7 +3,7 @@ items: - 1.jpg --- -> 🚨 A slow Caldav server can cause a slow booking page for you +> 🚨 A slow Caldav server can cause a slow booking page for you Caldav is a protocol that allows different clients/servers to access scheduling information on remote servers as well as schedule meetings with other users on the same server or other servers. It extends WebDAV specification and uses iCalendar format for the data. diff --git a/packages/app-store/caldavcalendar/static/icon.svg b/packages/app-store/caldavcalendar/static/icon.svg index 6871360e3e..74a4defff5 100644 --- a/packages/app-store/caldavcalendar/static/icon.svg +++ b/packages/app-store/caldavcalendar/static/icon.svg @@ -1,3 +1,19 @@ - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + diff --git a/packages/ui/components/apps/AppCard.tsx b/packages/ui/components/apps/AppCard.tsx index 4d55813e59..04ff2ad44f 100644 --- a/packages/ui/components/apps/AppCard.tsx +++ b/packages/ui/components/apps/AppCard.tsx @@ -58,8 +58,7 @@ export function AppCard({ app, credentials, searchText, userAdminTeams }: AppCar alt={`${app.name} Logo`} className={classNames( app.logo.includes("-dark") && "dark:invert", - "mb-4 h-12 w-12 rounded-sm", - app.dirName == "caldavcalendar" && "dark:invert" // TODO: Maybe find a better way to handle this @Hariom? + "mb-4 h-12 w-12 rounded-sm" // TODO: Maybe find a better way to handle this @Hariom? )} />