Skip to content

Commit

Permalink
Fix classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaschdoc committed Oct 6, 2023
1 parent c02deba commit 0e4761c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/page/Documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Documentation extends Component {
<CardTitle className="text-center">
Programming Flix
</CardTitle>
<CardText style={{ color: 'rgb(33, 37, 41)' }}>
<CardText className="text-reset">
The book provides an introduction to Flix for functional programmers. The book
demonstrates the core concepts of Flix through several examples.
</CardText>
Expand Down Expand Up @@ -75,7 +75,7 @@ class Documentation extends Component {
<CardSubtitle className="text-center m-4">
<MdSchool style={{ fontSize: '3em' }} />
</CardSubtitle>
<CardTitle className="text-center" style={{ color: 'rgb(0, 123, 255)' }}>
<CardTitle className="text-center text-primary">
Research Papers
</CardTitle>
</Card>
Expand All @@ -88,7 +88,7 @@ class Documentation extends Component {
<CardSubtitle className="text-center m-4">
<FaMicroblog style={{ fontSize: '3em' }} />
</CardSubtitle>
<CardTitle className="text-center" style={{ color: 'rgb(0, 123, 255)' }}>
<CardTitle className="text-center text-primary">
Blog
</CardTitle>
</Card>
Expand All @@ -101,7 +101,7 @@ class Documentation extends Component {
<CardSubtitle className="text-center m-4">
<FaGitter style={{ fontSize: '3em' }} />
</CardSubtitle>
<CardTitle className="text-center" style={{ color: 'rgb(0, 123, 255)' }}>
<CardTitle className="text-center text-primary">
Gitter
</CardTitle>
</Card>
Expand All @@ -114,7 +114,7 @@ class Documentation extends Component {
<CardSubtitle className="text-center m-4">
<FaGithub style={{ fontSize: '3em' }} />
</CardSubtitle>
<CardTitle className="text-center" style={{ color: 'rgb(0, 123, 255)' }}>
<CardTitle className="text-center text-primary">
GitHub
</CardTitle>
</Card>
Expand All @@ -127,7 +127,7 @@ class Documentation extends Component {
<CardSubtitle className="text-center m-4">
<GoGraph style={{ fontSize: '3em' }} />
</CardSubtitle>
<CardTitle className="text-center" style={{ color: 'rgb(0, 123, 255)' }}>
<CardTitle className="text-center text-primary">
Compiler Perf
</CardTitle>
</Card>
Expand All @@ -140,7 +140,7 @@ class Documentation extends Component {
<CardSubtitle className="text-center m-4">
<FaRegLaughSquint style={{ fontSize: '3em' }} />
</CardSubtitle>
<CardTitle className="text-center text-decoration-none">
<CardTitle className="text-center text-primary">
Language Checklist
</CardTitle>
</Card>
Expand Down

0 comments on commit 0e4761c

Please sign in to comment.