Skip to content

Commit 87330ac

Browse files
feat: update placeholder text in OrgSearchBox for better user guidance
1 parent 6c5d93a commit 87330ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Home/OrgSearchBox.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function OrgSearchBox({
5151
value={input}
5252
autoComplete="off"
5353
aria-label="Search GitHub organization"
54-
placeholder="Enter GitHub Organization Name..."
54+
placeholder="AOSSIE-Org, StabilityNexus, DjedAlliance.."
5555
onFocus={() => setShowSuggestions(true)}
5656
onBlur={() => {
5757
setTimeout(() => {

0 commit comments

Comments
 (0)