Skip to content

Commit 6f1c08e

Browse files
committed
Change the example main page searchbar to my project name (#63)
Signed-off-by: Dae❤️ <74119677+daeisbae@users.noreply.github.com>
1 parent 603611f commit 6f1c08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function GitHubSearch() {
4242
<Search className="absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground" />
4343
<Input
4444
id="search"
45-
placeholder="Enter GitHub URL or owner/repo (e.g., vercel/next.js)"
45+
placeholder="Enter GitHub URL or owner/repo (e.g., daeisbae/open-repo-wiki)"
4646
value={searchValue}
4747
onChange={(e) => setSearchValue(e.target.value)}
4848
className="pl-9 py-6"

0 commit comments

Comments
 (0)