Skip to content

Commit 73ddf8b

Browse files
authored
Merge pull request #1255 from AtCoder-NoviSteps/#1254
✏️ Fix typo (#1254)
2 parents cc0ae8f + d6c777e commit 73ddf8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/components/AuthForm.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
>
8686
<div class="text-md">お試し用のアカウントでログイン</div>
8787
</Button>
88-
{/if}
8988

90-
<div>
91-
<Hr classHr="my-2 h-0.5 bg-gray-400 dark:bg-gray-200" />
92-
</div>
89+
<div>
90+
<Hr classHr="my-2 h-0.5 bg-gray-400 dark:bg-gray-200" />
91+
</div>
92+
{/if}
9393

9494
<!-- User name -->
9595
<div class="space-y-2">

0 commit comments

Comments
 (0)