Skip to content

Commit

Permalink
updated portfolio form
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebird148 committed Jan 7, 2022
1 parent 27af909 commit 78b2e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/portfolio/portfolio-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class PortfolioForm extends Component {
id: id,
name: name || "",
description: description || "",
category: category || "eCommerce",
category: category || "HTML/CSS",
position: position || "",
url: url || "",
editMode: true,
Expand Down Expand Up @@ -199,8 +199,8 @@ export default class PortfolioForm extends Component {
<input type="text" name="position" placeholder="Position" value={this.state.position} onChange={this.handleChange} />

<select name="category" value={this.state.category} onChange={this.handleChange} className="select-element" >
<option value="HTML/CSS">eCommerce</option>
<option value="React">Scheduling</option>
<option value="HTML/CSS">HTML/CSS</option>
<option value="React">React</option>
<option value="Games">Games</option>
</select>
</div>
Expand Down

0 comments on commit 78b2e30

Please sign in to comment.