Skip to content

Commit c63934c

Browse files
authored
Update pages/dashboard/index.tsx
1 parent f4a94e4 commit c63934c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/dashboard/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ const DashboardPage: FC<DashboardPageProps> = observer(({ route, jwtPayload }) =
6060
defaultValue={route.query.name}
6161
/>
6262
<Button
63-
type="submit"
63+
className="min-w-full whitespace-nowrap sm:min-w-0"
6464
variant="contained"
65+
type="submit"
6566
disabled={projectStore.uploading > 0}
66-
className="min-w-full whitespace-nowrap sm:min-w-0"
6767
>
6868
{t('create_new_project')}
6969
</Button>

0 commit comments

Comments
 (0)