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`] = `
|
||||
<div
|
||||
className="UnauthenticatedApp"
|
||||
className="unauthenticated-app"
|
||||
>
|
||||
<div
|
||||
className="loginRegisterButtonsWrapper"
|
||||
className="button-wrapper"
|
||||
>
|
||||
<button
|
||||
className="chooseLogin"
|
||||
className="choose-login"
|
||||
onClick={[Function]}
|
||||
type="submit"
|
||||
>
|
||||
Login
|
||||
</button>
|
||||
<button
|
||||
className="chooseRegister"
|
||||
className="choose-register"
|
||||
onClick={[Function]}
|
||||
type="submit"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user