We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9236222 commit 5936b2fCopy full SHA for 5936b2f
src/app/dashboard/projects/new/page.tsx
@@ -64,14 +64,14 @@ export default function NewProjectPage() {
64
65
<div>
66
<label htmlFor="repo" className="block text-sm font-medium mb-1">
67
- GitHub Repo URL
+ Repo URL
68
</label>
69
<input
70
type="url"
71
id="repo"
72
name="repo"
73
className="w-full px-3 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-rose-500"
74
- placeholder="https://github.com/username/repo"
+ placeholder="https://github.com/orpheus/AwesomeCards"
75
/>
76
</div>
77
0 commit comments