minor changes + package updates

This commit is contained in:
Ishaan Dey
2024-05-26 21:41:20 -07:00
parent 089ab2b1df
commit c8a2e3200a
7 changed files with 39 additions and 36 deletions

View File

@ -203,7 +203,8 @@ export default function NewProjectModal({
<Button disabled={loading} type="submit" className="w-full">
{loading ? (
<>
<Loader2 className="animate-spin mr-2 h-4 w-4" /> Loading...
<Loader2 className="animate-spin mr-2 h-4 w-4" /> Creating
project...
</>
) : (
"Submit"