+ {project?.githubRepo ? 'Connected to GitHub' : 'GitHub Repository'}
+
+
+ {project?.githubRepo
+ ? 'Your project is currently active and synced with a remote GitHub repository. You can push your latest changes below.'
+ : 'Initialize a new repository to start tracking changes. This will create a private repository in your GitHub account and push the initial code.'}
+