Skip to content

Commit 8d03968

Browse files
committed
Replace Track QA
1 parent 6ef504b commit 8d03968

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/containers/Challenges/Listing/ChallengeItem/TrackIcon/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
height: 36px;
77
vertical-align: middle;
88
line-height: 1;
9+
cursor: pointer;
910

1011
> svg {
1112
position: absolute;

src/containers/Challenges/Listing/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const Listing = ({
125125
}}
126126
onClickTrack={(track) => {
127127
const filterChange = {
128-
tracks: [track],
128+
tracks: [track.replace('Quality Assurance', 'QA')],
129129
page: 1,
130130
};
131131
updateFilter(filterChange);

0 commit comments

Comments
 (0)