-
My Projects
+ {!isProjectEmpty && (
+
My Projects
+ )}
- {projects.length !== 0 ? (
+ {!isProjectEmpty ? (
{projects.map((project: ProjectWithoutKeys) => {
return (
@@ -173,8 +181,13 @@ export default function Index(): JSX.Element {
})}
) : (
-
-
No projects yet? Get started by creating a new project.
+
+
+
Start your First Project
+
+ Create a file and start setting up your environment and secret keys
+
+
)}