We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359a71f commit e057956Copy full SHA for e057956
2 files changed
src/components/issueChart/IssueChart.js
@@ -18,7 +18,7 @@ class IssueChart extends Component {
18
};
19
20
return (
21
- <div class="issue-chart">
+ <div className="issue-chart">
22
<Fade bottom duration={2000} distance="20px">
23
<h2 className="issue-chart-header">Issue Distribution</h2>
24
</Fade>
src/components/pullRequestChart/PullRequestChart.js
@@ -22,7 +22,7 @@ class PullRequestChart extends Component {
25
- <div class="pr-chart">
+ <div className="pr-chart">
26
27
<h2 className="pr-chart-header">Pull Request Distribution</h2>
28
0 commit comments