Skip to content

Commit

Permalink
#6
Browse files Browse the repository at this point in the history
  • Loading branch information
sabujhasansarker committed Jun 11, 2020
1 parent c539281 commit c2520e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/sideBar/leftSide/Certification.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Certtification = () => {
/>
</div>
<div className={fromGroup}>
<input type="submit" value="Sumbit" />
<input type="submit" value="Submit" />
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sideBar/leftSide/Education.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const Education = () => {
/>
</div>
<div className={fromGroup}>
<input type="submit" value="Sumbit" />
<input type="submit" value="Submit" />
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sideBar/leftSide/Experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const Experience = () => {
/>
</div>
<div className={fromGroup}>
<input type="submit" value="Sumbit" />
<input type="submit" value="Submit" />
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sideBar/leftSide/References.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const References = () => {
/>
</div>
<div className={fromGroup}>
<input type="submit" value="Sumbit" />
<input type="submit" value="Submit" />
</div>
</form>
</div>
Expand Down

0 comments on commit c2520e2

Please sign in to comment.