File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,6 @@ const LoginContent = ({
304304 ) : showSunsetUI ? (
305305 < >
306306 < Heading1 > Gitpod Classic has sunset</ Heading1 >
307- < Subheading > Continue with Ona</ Subheading >
308307 </ >
309308 ) : ! isGitpodIoUser ? (
310309 < Heading1 > Log in to Gitpod</ Heading1 >
@@ -319,15 +318,14 @@ const LoginContent = ({
319318 < div className = "w-56 mx-auto flex flex-col space-y-3 items-center" >
320319 { showSunsetUI ? (
321320 < >
322- < LoginButton
321+ < Button
322+ className = "w-full"
323323 onClick = { ( ) => {
324324 window . location . href = "https://app.ona.com/login" ;
325325 } }
326326 >
327- < span className = "pt-2 pb-2 mr-3 text-sm my-auto font-medium truncate overflow-ellipsis" >
328- Continue with Ona
329- </ span >
330- </ LoginButton >
327+ Continue with Ona
328+ </ Button >
331329 < div className = "mt-4 text-center text-sm" >
332330 < p className = "text-gray-500 dark:text-gray-400" >
333331 Need to access your organization?{ " " }
You can’t perform that action at this time.
0 commit comments