Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 94d639d

Browse files
committed
Add hr between share and ratings
1 parent 8bdab93 commit 94d639d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/challenge.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ <h3 class="challenge-value text-center">
236236

237237
{% if Configs.challenge_ratings != "disabled" %}
238238
<div class="mt-3">
239+
<hr>
239240
<div class="text-center">
240241
<p class="mb-2">{% trans %}Rate this challenge:{% endtrans %}</p>
241242
<div class="rating-stars mb-2" x-init="selectedRating = ratingValue || 0;">

0 commit comments

Comments
 (0)