View Challenge
-
-
- Direct
-
- |
-
- OR
-
-
+ {!isTask && (
+
+
+ Direct
+
+ |
+
+ OR
+
+
+ )}
{
challenge.status === 'Draft' && (
diff --git a/src/components/ChallengesComponent/ChallengeStatus/ChallengeStatus.module.scss b/src/components/ChallengesComponent/ChallengeStatus/ChallengeStatus.module.scss
index 3d60e316..7fde3c54 100644
--- a/src/components/ChallengesComponent/ChallengeStatus/ChallengeStatus.module.scss
+++ b/src/components/ChallengesComponent/ChallengeStatus/ChallengeStatus.module.scss
@@ -3,7 +3,7 @@
.container {
height: 22px;
width: 86px;
- border-radius: 11.5px;
+ border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
diff --git a/src/components/ChallengesComponent/ChallengeTag/ChallengeTag.module.scss b/src/components/ChallengesComponent/ChallengeTag/ChallengeTag.module.scss
index cc661f85..5b1a629e 100644
--- a/src/components/ChallengesComponent/ChallengeTag/ChallengeTag.module.scss
+++ b/src/components/ChallengesComponent/ChallengeTag/ChallengeTag.module.scss
@@ -3,7 +3,7 @@
.tag {
display: inline-block;
padding: 0 15px;
- border-radius: 10px;
+ border-radius: 3px;
background-color: $lighter-gray;
min-width: 54px;
text-align: center;