[add]: about, addons, support pages

This commit is contained in:
rahuldkjain
2020-07-27 14:40:51 +05:30
parent b518cec693
commit ce2e18f3d7
19 changed files with 327 additions and 34 deletions
+1 -1
View File
@@ -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>