[add]: about, addons, support pages
This commit is contained in:
@@ -3,7 +3,7 @@ import React from 'react';
|
||||
const Subtitle = (props) => {
|
||||
return (
|
||||
<div className="section">
|
||||
<h3>Subtitle</h3>
|
||||
<div className="section-title">Subtitle</div>
|
||||
<input id="subtitle" className="inputField lg prefix" value={props.data.subtitle}
|
||||
onChange={event => props.handleDataChange('subtitle', event)} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user