Skip to content

Commit

Permalink
fix(website): remove extra space in heatmap package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Oct 14, 2018
1 parent 93b85c0 commit 9307773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/charts/heatmap/HeatMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default class HeatMap extends Component {
? 'Custom(props) => (…)'
: mappedSettings.cellShape,
}),
{ pkg: '@nivo/heatmap ', defaults: HeatMapDefaultProps }
{ pkg: '@nivo/heatmap', defaults: HeatMapDefaultProps }
)

const header = <ChartHeader chartClass="HeatMap" tags={['heatmap', 'svg']} />
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/charts/heatmap/HeatMapCanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default class HeatMap extends Component {
? 'Custom(props) => (…)'
: mappedSettings.cellShape,
}),
{ pkg: '@nivo/heatmap ' }
{ pkg: '@nivo/heatmap' }
)

const header = (
Expand Down

0 comments on commit 9307773

Please sign in to comment.