Skip to content

Commit

Permalink
Remove dots
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoelho93 committed Mar 18, 2020
1 parent 1f21c07 commit 59956d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Articles extends Component{
<section className="section" id="articles">
<div className="container">
<h1 className="title">Articles</h1>
<h2 className="subtitle is-4">My latest articles...</h2>
<h2 className="subtitle is-4">My latest articles</h2>
<div className="columns">
{this.state.articles}
</div>
Expand Down

0 comments on commit 59956d7

Please sign in to comment.