Skip to content

Commit

Permalink
make it obvious that you can click the people
Browse files Browse the repository at this point in the history
  • Loading branch information
ethancedwards8 committed Nov 30, 2024
1 parent 48f13cd commit 24165ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/congress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function Congress() {
<h1 className={styles.header}>Welcome to Find Your Reps.</h1>
<p className={styles.text}>To learn more about who represents you in congress, input your address below.
Please note that inputting your full address increases accuracy.</p>
<p className={styles.text}>After the search returns, click on any one of your reps to see more information on them</p>
<form onSubmit={handleSubmit} method="GET">
<label for="address" className={styles.text}>Enter your address: </label>
<input type="text" name="address" value={address} onChange={(e) => setAddress(e.target.value)} required/>
Expand Down

0 comments on commit 24165ad

Please sign in to comment.