Updates snaps with new classnames
All checks were successful
gitea-deepak/gog_frontend/pipeline/head This commit looks good
All checks were successful
gitea-deepak/gog_frontend/pipeline/head This commit looks good
This commit is contained in:
@@ -2,20 +2,20 @@
|
|||||||
|
|
||||||
exports[`UnauthenticatedApp Snapshot 1`] = `
|
exports[`UnauthenticatedApp Snapshot 1`] = `
|
||||||
<div
|
<div
|
||||||
className="UnauthenticatedApp"
|
className="unauthenticated-app"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="loginRegisterButtonsWrapper"
|
className="button-wrapper"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
className="chooseLogin"
|
className="choose-login"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
type="submit"
|
type="submit"
|
||||||
>
|
>
|
||||||
Login
|
Login
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className="chooseRegister"
|
className="choose-register"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
type="submit"
|
type="submit"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user