🎨 Format code with Prettier

This commit is contained in:
RaviAnand Mohabir 2021-05-26 11:46:28 +02:00
parent 0fa1ea974c
commit 20a644f257

View File

@ -91,7 +91,12 @@
</div>
<p class={clsx("text-2xl", "text-center", "mb-2")}>Dead-Simple Authentication in Minutes!</p>
<p class={clsx("text-lg", "text-center", "mb-6")}>Test it out for yourself <a href="/login" class={clsx("hover:text-orange-500", "transition-colors")}>here</a>.</p>
<p class={clsx("text-lg", "text-center", "mb-6")}>
Test it out for yourself <a
href="/login"
class={clsx("hover:text-orange-500", "transition-colors")}>here</a
>.
</p>
<pre class="language-ts">
<code class="language-ts">