Skip to content

Commit

Permalink
Add class
Browse files Browse the repository at this point in the history
  • Loading branch information
jaschdoc committed Oct 6, 2023
1 parent 1e5aaf3 commit 4872aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/page/Documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Documentation extends Component {
<CardTitle className="text-center">
Standard Library
</CardTitle>
<CardText style={{ color: 'rgb(33, 37, 41)' }}>
<CardText className="text-reset">
The documentation provides a Javadoc-style description of the Flix library.
</CardText>
</Card>
Expand Down Expand Up @@ -140,7 +140,7 @@ class Documentation extends Component {
<CardSubtitle className="text-center m-4">
<FaRegLaughSquint style={{ fontSize: '3em' }} />
</CardSubtitle>
<CardTitle className="text-center text-link">
<CardTitle className="text-center text-decoration-none text-link">
Language Checklist
</CardTitle>
</Card>
Expand Down

0 comments on commit 4872aee

Please sign in to comment.