Skip to content

Commit b2d5153

Browse files
author
scwatts
committed
Change message and set minimum width
1 parent 8568708 commit b2d5153

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

frontend/src/App.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ function App() {
2020
<Header size='huge' textAlign='center'>awasm</Header>
2121
</Grid.Row>
2222
<Grid.Row>
23-
<Message positive>
24-
<Message.Header>Welcome and take it easy, we're still pre-alpha</Message.Header>
25-
<p>We have plenty of bugs from an alarming number of hacks but the frontend can almost be<br />considered functional and the webasm component usually works</p>
23+
<Message positive style={{ maxWidth: '40em' }}>
24+
<Message.Header>Welcome and take it easy</Message.Header>
25+
<p>
26+
This small webapp will take a set of gzip compressed paired reads and
27+
assembles them locally on your computer or mobile device using a stripped
28+
version of velvet compiled to webasm. This is a basic prototype and
29+
things may go wrong!
30+
</p>
2631
</Message>
2732
</Grid.Row>
2833
<Grid.Row>

0 commit comments

Comments
 (0)