-
+
Go to dataset listing page
diff --git a/apps/www/app/[locale]/dashboard/dataset/components/action-bar.tsx b/apps/www/app/[locale]/dashboard/dataset/components/action-bar.tsx
index f914d2dc..e49f8c99 100644
--- a/apps/www/app/[locale]/dashboard/dataset/components/action-bar.tsx
+++ b/apps/www/app/[locale]/dashboard/dataset/components/action-bar.tsx
@@ -33,7 +33,7 @@ export function ActionBar(props: Props) {
const isNavigating = useIsNavigating().isNavigating;
const { width }: Size = useWindowSize();
- const iconSize = width && width < 480 ? '5' : '8';
+ const iconSize = width && width < 480 ? 20 : 32;
const backButton = props.previousPage && props.previousPage?.link && (
diff --git a/apps/www/app/[locale]/dashboard/dataset/components/content.tsx b/apps/www/app/[locale]/dashboard/dataset/components/content.tsx
index cde34cdd..afcf3325 100644
--- a/apps/www/app/[locale]/dashboard/dataset/components/content.tsx
+++ b/apps/www/app/[locale]/dashboard/dataset/components/content.tsx
@@ -14,7 +14,7 @@ export function Content({ data }: { data?: any }) {
source={Icons.addDataset}
color="interactive"
stroke={1}
- size="20"
+ size={80}
/>
You have not added any datasets yet.
diff --git a/apps/www/app/[locale]/dashboard/dataset/new/components/new-dataset.tsx b/apps/www/app/[locale]/dashboard/dataset/new/components/new-dataset.tsx
index 29ca1d8c..38a42646 100644
--- a/apps/www/app/[locale]/dashboard/dataset/new/components/new-dataset.tsx
+++ b/apps/www/app/[locale]/dashboard/dataset/new/components/new-dataset.tsx
@@ -152,7 +152,7 @@ const RadioItem = ({
return (