File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 54
54
<form action =" {base }/login" target =" _parent" method =" POST" class =" w-full" >
55
55
<button
56
56
type =" submit"
57
- class =" flex w-full items-center justify-center whitespace-nowrap rounded-full border-2 border-black bg-black px-5 py-2 text-lg font-semibold text-gray-100 transition-colors hover:bg-gray-900"
57
+ class =" flex w-full flex-wrap items-center justify-center whitespace-nowrap rounded-full border-2 border-black bg-black px-5 py-2 text-lg font-semibold text-gray-100 transition-colors hover:bg-gray-900"
58
58
>
59
59
Sign in
60
60
{#if envPublic .PUBLIC_APP_NAME === " HuggingChat" }
61
- with <LogoHuggingFaceBorderless classNames =" text-xl mr-1 ml-1.5 flex-none" /> Hugging Face
61
+ <span class =" flex items-center" >
62
+ with <LogoHuggingFaceBorderless classNames =" text-xl mr-1 ml-1.5 flex-none" /> Hugging
63
+ Face
64
+ </span >
62
65
{/if }
63
66
</button >
64
67
</form >
Original file line number Diff line number Diff line change 37
37
{#if $page .data .loginRequired }
38
38
<button
39
39
type =" submit"
40
- class =" flex w-full items-center justify-center whitespace-nowrap rounded-full bg-black px-5 py-2 text-center text-lg font-semibold text-gray-100 transition-colors hover:bg-gray-900"
40
+ class =" flex w-full flex-wrap items-center justify-center whitespace-nowrap rounded-full bg-black px-5 py-2 text-center text-lg font-semibold text-gray-100 transition-colors hover:bg-gray-900"
41
41
>
42
42
Sign in
43
43
{#if envPublic .PUBLIC_APP_NAME === " HuggingChat" }
44
- with <LogoHuggingFaceBorderless classNames =" text-xl mr-1 ml-1.5" /> Hugging Face
44
+ <span class =" flex items-center" >
45
+ with <LogoHuggingFaceBorderless classNames =" text-xl mr-1 ml-1.5" /> Hugging Face
46
+ </span >
45
47
{/if }
46
48
</button >
47
49
{:else }
You can’t perform that action at this time.
0 commit comments