File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
client/login/qr-code-login-page Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,19 @@ function QrCodeLoginPage( { locale, redirectTo } ) {
17
17
return (
18
18
< Main className = "qr-code-login-page" >
19
19
< div className = "qr-code-login-page__form" >
20
+ < div className = "magic-login__gutenboarding-wordpress-logo" >
21
+ < svg
22
+ aria-hidden = "true"
23
+ role = "img"
24
+ focusable = "false"
25
+ xmlns = "http://www.w3.org/2000/svg"
26
+ width = "24"
27
+ height = "24"
28
+ viewBox = "0 0 20 20"
29
+ >
30
+ < path d = "M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z" > </ path >
31
+ </ svg >
32
+ </ div >
20
33
< AsyncLoad
21
34
require = "calypso/blocks/qr-code-login"
22
35
placeholder = { < QrCodeLoginPlaceholder /> }
You can’t perform that action at this time.
0 commit comments