Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 4edbd97

Browse files
authored
Merge pull request #201 from codewizardshq/pagebreak-share-text
apparently an h2 is not a block element here... adding a br in there …
2 parents 78872bf + 131ea93 commit 4edbd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Quiz/QuizCountdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</speech-area>
5454
5555
<img width="400px" src="/images/coming-soon.png" />-->
56-
<h2>The next question unlocks at 8AM Central Time tomorrow!</h2>
56+
<h2>The next question unlocks at 8AM Central Time tomorrow!</h2><br>
5757
<h3>Share your success with friends and tag us to be featured. #CWHQChallenge #NymSavestheGalaxy</h3>
5858
</v-row>
5959
<quiz-need-help />

0 commit comments

Comments
 (0)