Skip to content

Commit 6ca862a

Browse files
authored
Merge pull request #394 from shubhendusaurabh/issue-381
fixed #381 stylings for data science trrack text
2 parents 1aed96d + 004c7e5 commit 6ca862a

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-listing/Filters/EditTrackPanel

1 file changed

+1
-1
lines changed

src/shared/components/challenge-listing/Filters/EditTrackPanel/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const EditTrackPanel = props => (
4747
/>
4848
</div>
4949
<div styleName="row">
50-
<span styleName="track-name">Data Science</span>
50+
<span>Data Science</span>
5151
<Switch
5252
enabled={props.dataScienceEnabled}
5353
onSwitch={props.switchDataScience}

0 commit comments

Comments
 (0)