Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function HomePage() {
</button>
</div>
<p style={{ fontSize: 11, color: 'var(--text3)', marginTop: 6, paddingLeft: 4 }}>
Type an org name and press Enter or comma to add. Add multiple orgs to analyze as a unified portfolio.
Type a github organization username (e.g., AOSSIE-Org) and press Enter or comma to add. Add multiple organizations to analyze as a unified portfolio.
</p>
{error && <p style={{ color: 'var(--red)', fontSize: 12, marginTop: 8 }}>{error}</p>}
</div>
Expand Down
Loading