diff --git a/app/src/assets/dunes-create.png b/app/src/assets/dunes-create.png new file mode 100644 index 000000000..ff7b12b4c Binary files /dev/null and b/app/src/assets/dunes-create.png differ diff --git a/app/src/components/ui/alert-dialog.tsx b/app/src/components/ui/alert-dialog.tsx index ad1aa7438..bcce2bf6b 100644 --- a/app/src/components/ui/alert-dialog.tsx +++ b/app/src/components/ui/alert-dialog.tsx @@ -34,7 +34,8 @@ const AlertDialogContent = React.forwardRef< (
+ > + {props.children} +
), ); Card.displayName = 'Card'; diff --git a/app/src/routes/projects/ProjectsTab/Create/Load/Name.tsx b/app/src/routes/projects/ProjectsTab/Create/Load/Name.tsx index d5d1b8d50..f620f544c 100644 --- a/app/src/routes/projects/ProjectsTab/Create/Load/Name.tsx +++ b/app/src/routes/projects/ProjectsTab/Create/Load/Name.tsx @@ -52,7 +52,7 @@ export const LoadNameProject = ({ -

{`${currentStep + 1} of ${totalSteps}`}

+

{`${currentStep + 1} of ${totalSteps}`}

) : (