Commit 22e80f26 authored by kusang96's avatar kusang96
Browse files

수정

parent cdfec30f
...@@ -75,7 +75,7 @@ function ProductsList({ match }) { ...@@ -75,7 +75,7 @@ function ProductsList({ match }) {
<h1 style={{ fontSize: "3rem" }} className="text-center">{mainCategory}</h1> <h1 style={{ fontSize: "3rem" }} className="text-center">{mainCategory}</h1>
<div className="text-center"> <div className="text-center">
<ButtonGroup className="d-flex flex-wrap" variant="outline-light secondary"> <ButtonGroup className="d-flex flex-wrap" variant="outline-light secondary">
{subcategory.map(el => <Button className="m-1" variant="secondary">{el}</Button>)} {subcategory.map(el => (<Button className="m-1" variant="secondary">{el}</Button>))}
</ButtonGroup> </ButtonGroup>
</div> </div>
</Col> </Col>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment