docs: 🐛 fix bad english
Signed-off-by: jffarge <jeanfrancois.farge@gmail.com>
This commit is contained in:
parent
d2af60d484
commit
eabe248d74
@ -5,7 +5,7 @@ import style from './DocPageAuthentication.module.css'
|
|||||||
export default function DocAuthentication() {
|
export default function DocAuthentication() {
|
||||||
return (
|
return (
|
||||||
<div data-cy="cy-signin" className={style.container}>
|
<div data-cy="cy-signin" className={style.container}>
|
||||||
<h1 className={style.h1}>Welcome on Dagger documentation</h1>
|
<h1 className={style.h1}>Welcome to the Dagger documentation</h1>
|
||||||
<p>Please Sign In to Github to get access to the doc</p>
|
<p>Please Sign In to Github to get access to the doc</p>
|
||||||
<div data-cy="cy-btn-signin">
|
<div data-cy="cy-btn-signin">
|
||||||
<GithubLoginButton className={style.btn__github} onClick={() => window.location.href = process.env.REACT_APP_GITHUB_AUTHORIZE_URI} />
|
<GithubLoginButton className={style.btn__github} onClick={() => window.location.href = process.env.REACT_APP_GITHUB_AUTHORIZE_URI} />
|
||||||
|
Reference in New Issue
Block a user