File tree Expand file tree Collapse file tree
src/routes/(public)/(guest) Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 <Form onSubmit ={login }>
9696 <Layout .Stack >
9797 {#if isCloud }
98- <div style = " margin-bottom: var(--gap-s, 8px); " >
98+ <div style: margin-bottom = " var(--gap-s, 8px)" >
9999 <Button secondary fullWidth on:click ={onGithubLogin } {disabled }>
100100 <span class =" icon-github" aria-hidden =" true" ></span >
101101 <span class =" text" >Sign in with GitHub</span >
Original file line number Diff line number Diff line change 133133 <Form onSubmit ={register }>
134134 <Layout .Stack >
135135 {#if isCloud }
136- <div style = " margin-bottom: var(--gap-s, 8px); " >
136+ <div style: margin-bottom = " var(--gap-s, 8px)" >
137137 <Button secondary fullWidth on:click ={onGithubLogin } {disabled }>
138138 <span class =" icon-github" aria-hidden =" true" ></span >
139139 <span class =" text" >Sign up with GitHub</span >
You can’t perform that action at this time.
0 commit comments