mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1257 from TheGrits/patch-4
Nit-picky Developer Class Type
This commit is contained in:
commit
12e87df7c3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ var TitleBanner = require('../../components/title-banner/title-banner.jsx');
|
|||
require('./developers.scss');
|
||||
|
||||
var Developers = React.createClass({
|
||||
type: 'About',
|
||||
type: 'Developers',
|
||||
render: function () {
|
||||
return (
|
||||
<div className="developers">
|
||||
|
|
Loading…
Reference in a new issue