Skip to content

Commit

Permalink
refactored ShadeList to include images in dropdoen menu & imported re…
Browse files Browse the repository at this point in the history
…act-select
  • Loading branch information
Sputnikccy committed Mar 18, 2023
1 parent 14a6769 commit 763e125
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 22 deletions.
229 changes: 229 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"react-router": "^6.8.2",
"react-router-dom": "^6.8.2",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"react-switch": "^7.0.0",
"web-vitals": "^2.1.4"
},
Expand Down Expand Up @@ -46,4 +47,4 @@
"devDependencies": {
"sass": "^1.58.3"
}
}
}
2 changes: 1 addition & 1 deletion src/components/ProductPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const ProductPage = () => {
<h4>Color Description</h4>
</div>
<div className={`tab ${activeTab === "colorStory" ? "active" : ""}`} onClick={() => setActiveTab("colorStory")}>
<h4>Finding Earthy Tones</h4>
<h4>Color Story</h4>
</div>
<div className={`tab ${activeTab === "colorSupportInfo" ? "active" : ""}`} onClick={() => setActiveTab("colorSupportInfo")}>
<h4>Color Support Information</h4>
Expand Down
Loading

0 comments on commit 763e125

Please sign in to comment.