diff --git a/components/Logo.tsx b/components/Logo.tsx index 2d99aa2eaa..f9c2686d4b 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -1,13 +1,17 @@ -export default function Logo({ small }: { small?: boolean }) { +export default function Logo({ small, icon }: { small?: boolean; icon?: boolean }) { return ( -

+

- Cal + {icon ? ( + Cal + ) : ( + Cal + )}

); diff --git a/components/Shell.tsx b/components/Shell.tsx index 9f0bac8f94..61eef5fb94 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -196,60 +196,22 @@ export default function Shell(props: {
-
+
-
+
- + - -
-
- -
-
-
-
-
-
-
-
+ {/* logo icon for tablet */} - -

- - Cal - -

+
+ -
- + + + + + +
diff --git a/public/cal-com-icon-white.svg b/public/cal-com-icon-white.svg new file mode 100644 index 0000000000..3cfc84b8d5 --- /dev/null +++ b/public/cal-com-icon-white.svg @@ -0,0 +1 @@ + \ No newline at end of file