Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/QuizNeedHelp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</v-col>
</v-row>
<a class="mt-6" href="https://github.com/codewizardshq/code-challenge"
>Check out the source code on Github!</a
>Check out the source code on GitHub!</a
>
</v-card-text>
</v-card>
Expand Down
3 changes: 0 additions & 3 deletions src/components/Toolbars/CWHQBar.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<template>
<v-toolbar class="cwhq-bar" :height="height" :max-height="height">
<v-container>
<a href="https://github.com/codewizardshq/code-challenge"
>See the source on Github</a
>
<a href="https://codewizardshq.com/challenge">Back to CodeWizardsHQ</a>
</v-container>
</v-toolbar>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Quiz/QuizCountdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<template v-slot:title>Woah Slow Down!</template>
<template v-slot:default>
<p class="text-center">The challenge has not yet begun!</p>
<p>Challenge begins in {{ Quiz.quizStartedMoment.fromNow() }}</p>
<p>Challenge begins {{ Quiz.quizStartedMoment.fromNow() }}</p>
<p>Challenge starts April 3rd</p>
<v-btn
class="mr-3 mt-5"
Expand Down