Skip to content

Commit e057956

Browse files
authored
fix typo: class to className on Open source tab(#166)
1 parent 359a71f commit e057956

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/issueChart/IssueChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class IssueChart extends Component {
1818
};
1919

2020
return (
21-
<div class="issue-chart">
21+
<div className="issue-chart">
2222
<Fade bottom duration={2000} distance="20px">
2323
<h2 className="issue-chart-header">Issue Distribution</h2>
2424
</Fade>

src/components/pullRequestChart/PullRequestChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class PullRequestChart extends Component {
2222
};
2323

2424
return (
25-
<div class="pr-chart">
25+
<div className="pr-chart">
2626
<Fade bottom duration={2000} distance="20px">
2727
<h2 className="pr-chart-header">Pull Request Distribution</h2>
2828
</Fade>

0 commit comments

Comments
 (0)