Skip to content

Commit 02f388e

Browse files
authored
Merge branch 'master' into develop
2 parents f716a88 + af2ee4f commit 02f388e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ workflows:
152152
context : org-global
153153
filters: &filters-dev
154154
branches:
155-
only: ['develop', 'PLAT-2111']
155+
only: ['develop', 'multiround']
156156

157157
# Production builds are exectuted only on tagged commits to the
158158
# master branch.

src/components/ChallengesComponent/ChallengeList/ChallengeList.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
}
4545
.active {
4646
color: #008000;
47+
text-transform: uppercase;
4748
}
4849
.inactive {
4950
color: #BE405E;

0 commit comments

Comments
 (0)