From ec2d0a89ba4f69c659d7f7cf61dce7afe52acbe6 Mon Sep 17 00:00:00 2001
From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Date: Wed, 1 Dec 2021 20:26:25 +0530
Subject: [PATCH] Bugfix/event types buggy view on tablet (#1238)
---
components/Shell.tsx | 48 +++++++++++++++++++++++++++++++++++--
pages/event-types/index.tsx | 4 ++--
public/cal-com-icon.svg | 1 +
3 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 public/cal-com-icon.svg
diff --git a/components/Shell.tsx b/components/Shell.tsx
index 0c637e6553..0ae6a99b1a 100644
--- a/components/Shell.tsx
+++ b/components/Shell.tsx
@@ -196,8 +196,8 @@ export default function Shell(props: {
-
-
+
+
@@ -236,6 +236,50 @@ export default function Shell(props: {
+
diff --git a/pages/event-types/index.tsx b/pages/event-types/index.tsx
index 8632e90372..fe64b1f15c 100644
--- a/pages/event-types/index.tsx
+++ b/pages/event-types/index.tsx
@@ -124,7 +124,7 @@ const EventTypeList = ({ readOnly, types, profile }: EventTypeListProps): JSX.El
"hover:bg-neutral-50 flex justify-between items-center ",
type.$disabled && "pointer-events-none"
)}>
-
+
moveEventType(index, -1)}>
@@ -583,7 +583,7 @@ const CreateNewEventButton = ({ profiles, canAddEvents }: CreateEventTypeProps)
)}
-
+
{t("continue")}
diff --git a/public/cal-com-icon.svg b/public/cal-com-icon.svg
new file mode 100644
index 0000000000..ad98cd7461
--- /dev/null
+++ b/public/cal-com-icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file