mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Update name for legacy carousel
This commit is contained in:
parent
cb4ca51061
commit
8561385324
1 changed files with 3 additions and 3 deletions
|
@ -17,8 +17,8 @@ require('./carousel.scss');
|
|||
/**
|
||||
* Displays content in horizontal scrolling box. Example usage: splash page rows.
|
||||
*/
|
||||
var Carousel = React.createClass({
|
||||
type: 'Carousel',
|
||||
var LegacyCarousel = React.createClass({
|
||||
type: 'LegacyCarousel',
|
||||
propTypes: {
|
||||
items: React.PropTypes.array
|
||||
},
|
||||
|
@ -94,4 +94,4 @@ var Carousel = React.createClass({
|
|||
}
|
||||
});
|
||||
|
||||
module.exports = Carousel;
|
||||
module.exports = LegacyCarousel;
|
||||
|
|
Loading…
Reference in a new issue