mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2024-11-25 19:05:46 +01:00
🎨 Format code with Prettier
This commit is contained in:
parent
0fa1ea974c
commit
20a644f257
@ -91,7 +91,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class={clsx("text-2xl", "text-center", "mb-2")}>Dead-Simple Authentication in Minutes!</p>
|
<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">
|
<pre class="language-ts">
|
||||||
<code class="language-ts">
|
<code class="language-ts">
|
||||||
|
Loading…
Reference in New Issue
Block a user