Skip to content

Commit

Permalink
Welcome warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rayoverweij committed Feb 18, 2020
1 parent 89e1ec5 commit 9556f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/home/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class Welcome extends React.Component {
return (
<Row>
<Col>
<h2>Hi David!</h2>
<p>Yay! You made it work!</p>
<h2>Welcome!</h2>
<p><strong>This is prerelease software, still under active development. Use at your own risk.</strong> For more information, see the <a href="https://github.com/rayoverweij/tacotab" rel="noopener noreferrer" target="_blank">GitHub repository</a>.</p>
</Col>
</Row>
);
Expand Down

0 comments on commit 9556f54

Please sign in to comment.