Merge pull request #3128 from crrncllns/patch-1

Update welcome.js
This commit is contained in:
matildepark 2020-07-15 12:55:03 -04:00 committed by GitHub
commit 6f065df353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export class Welcome extends Component {
return ((!wasWelcomed && this.state.show) && (contacts.length !== 0)) ? ( return ((!wasWelcomed && this.state.show) && (contacts.length !== 0)) ? (
<div className="ma4 pa2 bg-welcome-green bg-gray1-d white-d"> <div className="ma4 pa2 bg-welcome-green bg-gray1-d white-d">
<p className="f8 lh-copy">Each Group is a list of other Urbit IDs that share some set of modules: chats, links and notebooks.</p> <p className="f8 lh-copy">Each Group is a list of other Urbit IDs that share some set of modules: chats, links, and notebooks.</p>
<p className="f8 pt2 dib pointer bb" <p className="f8 pt2 dib pointer bb"
onClick={(() => this.disableWelcome())} onClick={(() => this.disableWelcome())}
> >