Skip to content

Commit

Permalink
Merge pull request #226 from NoshonNetworks/solomon
Browse files Browse the repository at this point in the history
fix : phrasing
  • Loading branch information
Solomonsolomonsolomon authored Dec 5, 2024
2 parents c93116e + 1d5fed9 commit e281102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions landing_page/src/app/signup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function SignupPage() {
<div className="text-center">
<h1 className="text-[40px] font-bold">Let&apos;s set up</h1>
<p className="mt-2 text-[22px] font-[300] text-gray-600">
Hey, Enter your details to login to your account
Hey, enter your details to sign up for an account!
</p>
</div>

Expand All @@ -102,7 +102,7 @@ export default function SignupPage() {
value={formData.password}
onChange={handleChange}
required
placeholder="Passcode"
placeholder="Password"
rightElement={
<button
type="button"
Expand Down Expand Up @@ -136,7 +136,7 @@ export default function SignupPage() {
value={formData.walletAddress}
onChange={handleChange}
required
placeholder="Wallet address"
placeholder="Account Address"
/>

<Select onValueChange={handleRoleChange}>
Expand Down

0 comments on commit e281102

Please sign in to comment.