Skip to content

Commit

Permalink
bug(Welcome): fix link
Browse files Browse the repository at this point in the history
closes #41
  • Loading branch information
ramfox committed Jul 29, 2019
1 parent 77782e9 commit efbbd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Welcome: React.FunctionComponent<WelcomeProps> = ({ onAccept }) =>
exit
>
<span>
<p>We’re currently in Beta. There will be bugs. Features will change quickly &amp; often. We hope you’ll come on this adventure with us! Our <ExternalLink href='https://github.com/qri-io/frontend'>github org</ExternalLink> and our <ExternalLink href='https://discord.gg/etap8Gb' >discord</ExternalLink> are the best places to stay informed.</p>
<p>We’re currently in Beta. There will be bugs. Features will change quickly &amp; often. We hope you’ll come on this adventure with us! Our <ExternalLink href='https://github.com/qri-io/desktop'>github org</ExternalLink> and our <ExternalLink href='https://discord.gg/etap8Gb' >discord</ExternalLink> are the best places to stay informed.</p>
<div>
A few notes before we get started:<br />
<ul>
Expand Down

0 comments on commit efbbd6b

Please sign in to comment.