Skip to content

Commit c36b904

Browse files
committed
Removed 1 dot after difficulty name for ux
1 parent ffa77d3 commit c36b904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/src/Pages/Challenges.vue

-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<p>
6262
<span class="dot" :class="difficulty.tag"></span>
6363
{{ difficulty.name }}
64-
<span class="dot" :class="difficulty.tag"></span>
6564
</p>
6665
</b-col>
6766
</b-row>
@@ -274,7 +273,6 @@
274273
<p>
275274
<span class="dot" :class="difficulty.tag"></span>
276275
{{ difficulty.name }}
277-
<span class="dot" :class="difficulty.tag"></span>
278276
</p>
279277
</b-col>
280278
</b-row>

0 commit comments

Comments
 (0)