We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab9dec commit 0678e23Copy full SHA for 0678e23
src/pages/index.js
@@ -45,7 +45,7 @@ class BlogIndex extends React.Component {
45
<div dangerouslySetInnerHTML={{
46
__html: node.excerpt
47
}} />
48
- <Link className="btn btn-link" to={node.fields.slug}>Read more</Link>
+ <Link to={node.fields.slug}>Read more</Link>
49
</div>
50
51
)
0 commit comments