✨ Closing #172
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
{/each}
|
||||
{#each quiz_answers as answer}
|
||||
<div class="w-20">
|
||||
<p class="-rotate-45">{answer}</p>
|
||||
<p class="-rotate-45">{@html answer}</p>
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
<div class="flex flex-col justify-center w-screen h-1/6">
|
||||
<h1 class="text-6xl text-center text-black dark:text-white">
|
||||
{question.question}
|
||||
{@html question.question}
|
||||
</h1>
|
||||
<div class="mx-auto my-2">
|
||||
<CircularTimer bind:text={timer_res} bind:progress={circular_prgoress} color="#ef4444" />
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col justify-center w-screen h-screen">
|
||||
<h1 class="text-7xl text-center">{title}</h1>
|
||||
<p class="text-3xl pt-8 text-center">{description}</p>
|
||||
<h1 class="text-7xl text-center">{@html title}</h1>
|
||||
<p class="text-3xl pt-8 text-center">{@html description}</p>
|
||||
{#if cover_image}
|
||||
<div class="flex justify-center align-middle items-center">
|
||||
<div class="h-[30vh] m-auto w-auto mt-12">
|
||||
|
||||
Reference in New Issue
Block a user