Skip to content

Commit

Permalink
chore: minor fixes (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen authored Dec 30, 2023
1 parent 5d2647c commit 268896e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 1 addition & 8 deletions src/page/Contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ class Contribute extends Component {
</p>

<p>
If you are interested working on Flix, please feel free to reach out to us. We have already
had several positive experiences with mentorship and open source contributors.
If you are interested working on Flix, please feel free to reach out to us.
</p>
</Col>
</Row>
Expand Down Expand Up @@ -86,12 +85,6 @@ class Contribute extends Component {
</Card>
</Col>
</Row>

<p>
If you want to become involved, send us a ping on <a
href="https://gitter.im/flix/Lobby">Gitter</a>, and we can have a chat about your
interests.
</p>
</Container>
);
}
Expand Down
7 changes: 6 additions & 1 deletion src/page/VSCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class VSCode extends Component {
<Row className="mb-3">
<Col md={12}>
<h1>Visual Studio Code Features</h1>
<p>
A few short videos to demonstrate various Visual Studio Code features.
</p>
</Col>
</Row>

Expand Down Expand Up @@ -51,6 +54,8 @@ class VSCode extends Component {
<h4>Snippet Completion</h4>
<p>
Flix supports snippet completion for large program fragments.
</p>
<p>
For example, we can auto-complete trait instances.
</p>
<Card>
Expand Down Expand Up @@ -98,7 +103,7 @@ class VSCode extends Component {

<Row className="mb-5">
<Col md={6}>
<h4>Code Lens</h4>
<h4>Code Lenses</h4>
<p>
Flix supports code lenses for running main, functions, and tests.
</p>
Expand Down

0 comments on commit 268896e

Please sign in to comment.