✏️ Fixed typo

This commit is contained in:
Mawoka
2022-04-13 22:37:46 +02:00
parent eb4747a4a0
commit 3fb7f76ed3
@@ -66,6 +66,7 @@
<h1 class="text-center text-3xl marck-script lg:hidden block"> <h1 class="text-center text-3xl marck-script lg:hidden block">
3: See how many were right or wrong 3: See how many were right or wrong
</h1> </h1>
<div class="flex justify-center">
<div class="flex justify-center"> <div class="flex justify-center">
<img <img
src={SolutionMockup} src={SolutionMockup}
@@ -115,7 +116,7 @@
on:click={() => { on:click={() => {
teacherTab = false; teacherTab = false;
}} }}
>Studen's site >Student's site
</button> </button>
</div> </div>
</div> </div>