Skip to content

Commit 5936b2f

Browse files
eadsakdask
1 parent 9236222 commit 5936b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/dashboard/projects/new/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ export default function NewProjectPage() {
6464

6565
<div>
6666
<label htmlFor="repo" className="block text-sm font-medium mb-1">
67-
GitHub Repo URL
67+
Repo URL
6868
</label>
6969
<input
7070
type="url"
7171
id="repo"
7272
name="repo"
7373
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"
74+
placeholder="https://github.com/orpheus/AwesomeCards"
7575
/>
7676
</div>
7777

0 commit comments

Comments
 (0)