[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 Work = (props) => {
return (
<div className="section">
<h3>Work</h3>
<div className="section-title">Work</div>
<div className="row">
<input id="currentWork-prefix" className="inputField md prefix" value={props.prefix.currentWork}
onChange={event => props.handlePrefixChange('currentWork', event)} />