Skip to content

Commit c0efb7e

Browse files
pauline7Pauline
and
Pauline
authored
Commented out Grid View Button (#195)
Co-authored-by: Pauline <[email protected]>
1 parent c514d88 commit c0efb7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/containers/Challenges/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import actions from "../../actions";
66
// import ChallengeRecommendedError from "./Listing/errors/ChallengeRecommendedError";
77
import * as constants from "../../constants";
88
import IconListView from "../../assets/icons/list-view.svg";
9-
import IconCardView from "../../assets/icons/card-view.svg";
9+
//import IconCardView from "../../assets/icons/card-view.svg";
1010
import { Banner } from "@topcoder/micro-frontends-earn-app";
1111
import * as utils from "../../utils";
1212

@@ -80,9 +80,9 @@ const Challenges = ({
8080
<button styleName="button-icon active">
8181
<IconListView />
8282
</button>
83-
<button styleName="button-icon">
83+
{/* <button styleName="button-icon">
8484
<IconCardView />
85-
</button>
85+
</button> */}
8686
</span>
8787
</h1>
8888
{initialized && (

0 commit comments

Comments
 (0)