docs: 🐛 fix bad english

Signed-off-by: jffarge <jeanfrancois.farge@gmail.com>
This commit is contained in:
jffarge 2021-12-08 10:58:18 +01:00 committed by Solomon Hykes
parent d2af60d484
commit eabe248d74

View File

@ -5,7 +5,7 @@ import style from './DocPageAuthentication.module.css'
export default function DocAuthentication() {
return (
<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>
<div data-cy="cy-btn-signin">
<GithubLoginButton className={style.btn__github} onClick={() => window.location.href = process.env.REACT_APP_GITHUB_AUTHORIZE_URI} />