Skip to content

Commit

Permalink
Made the timeout message more positive (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat authored Feb 28, 2025
1 parent 74a8a12 commit 2aadd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export default function App({ location }) {
} else {
return (
<div className="signup result-container">
<h2>Possible Issues</h2>
<h3>If you need support, please relay this info to help@finos.org:</h3>
<h2>Thank you for signing up!</h2>
<h3>Your invite should arrive within the hour. If this doesn't happen, please relay this info to help@finos.org:</h3>
<pre>{isSubmitted}</pre></div>
)
}
Expand Down

0 comments on commit 2aadd26

Please sign in to comment.