- {meta.title && isLocaleReady ? (
-
- {t(meta.title)}
-
- ) : (
-
- )}
- {meta.description && isLocaleReady ? (
-
{t(meta.description)}
- ) : (
-
+
+ {meta.backButton && (
+
+
+
)}
+
+ {meta.title && isLocaleReady ? (
+
+ {t(meta.title)}
+
+ ) : (
+
+ )}
+ {meta.description && isLocaleReady ? (
+
{t(meta.description)}
+ ) : (
+
+ )}
+
);
diff --git a/packages/ui/v2/core/skeleton/index.tsx b/packages/ui/v2/core/skeleton/index.tsx
index f0fce379e4..1a487d7e80 100644
--- a/packages/ui/v2/core/skeleton/index.tsx
+++ b/packages/ui/v2/core/skeleton/index.tsx
@@ -18,7 +18,7 @@ const SkeletonText: React.FC
= ({ className = "" }) => {
return (
diff --git a/packages/ui/v2/modules/List.tsx b/packages/ui/v2/modules/List.tsx
index 94cc0523b5..a928ef1a6c 100644
--- a/packages/ui/v2/modules/List.tsx
+++ b/packages/ui/v2/modules/List.tsx
@@ -23,7 +23,7 @@ export function ListItem(props: ListItemProps) {
{
...passThroughProps,
className: classNames(
- "items-center rounded-md bg-white min-w-0 flex-1 flex border-neutral-200 p-2 sm:mx-0 sm:p-8 md:border md:p-4 xl:mt-0",
+ "items-center rounded-md bg-white min-w-0 flex-1 flex border-neutral-200 p-4 sm:mx-0 md:border md:p-4 xl:mt-0",
expanded ? "my-2 border" : "border -mb-px last:mb-0",
props.className,
(props.onClick || href) && "hover:bg-neutral-50"
diff --git a/packages/ui/v2/modules/_IMPORTANT_README/_IMPORTANT_README.md b/packages/ui/v2/modules/_IMPORTANT_README/_IMPORTANT_README.md
new file mode 100644
index 0000000000..f9a6f11690
--- /dev/null
+++ b/packages/ui/v2/modules/_IMPORTANT_README/_IMPORTANT_README.md
@@ -0,0 +1,7 @@
+# To all Cal.com contributors
+
+All these components should live in `packages/features`
+
+With love,
+
+zomars ๐