Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
GaliM-W committed Oct 22, 2023
2 parents 2f60a6b + 44a6a3a commit 0f12a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
<div class="row">
<div class="col-sm px-md-5">
<p class="tw-text-lg">QUIZ</p>
<h2 class="tw-text-4xl tw-leading-relaxed tw-font-bold">You have completed "{{ module_name }}". Take this quick
<h2 class="tw-text-4xl tw-leading-relaxed tw-font-bold">You have completed {{ module_name }}. Take this quick
quiz to check your understanding.</h2>
<button :style="{ backgroundColor: '#6D0CFF' }" @click="$emit('quiz-started')"
class="tw-justify-center tw-mt-8 tw-w-40 tw-h-12 tw-p-2 tw-cursor-pointer tw-rounded-xl tw-border-none">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="container">
<h4>The Rise of DALL·E</h4>
<p> Did you know that AI can create art? In this module you will learn the highs and lows of AI
image generation and will get to test your AI spotting skills!</p>
image generation and test your AI spotting skills!</p>
</div>
</button>
</router-link>
Expand Down

0 comments on commit 0f12a07

Please sign in to comment.