Skip to content

Commit

Permalink
Add ProConnect info text
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivals committed Dec 18, 2024
1 parent fe3202e commit a0e048d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions frontend/src/views/HomeView/HomeView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ main:has(.teaser) {
.sign-in {
padding: 5rem 7.5rem;

.fr-connect-group {
text-align: center;
}

@media (max-width: $breakpoint-md) {
padding: 2rem 1rem;
}
Expand Down
8 changes: 7 additions & 1 deletion frontend/src/views/HomeView/HomeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ const HomeView = () => {
>
<div className={cx('fr-col-12', 'fr-col-md-6')}>
<div className={clsx('sign-in')}>
<h2>Identifiez-vous pour accéder à votre espace maestro</h2>
<h2 className={cx('fr-mb-2w')}>
Identifiez-vous pour accéder à votre espace maestro
</h2>
<div className={cx('fr-text--lg', 'fr-mb-5w')}>
ProConnect est la solution proposée par l’État pour sécuriser et
simplifier la connexion à vos services en ligne.
</div>
{authRedirectUrl && <ProConnectButton url={authRedirectUrl.url} />}
</div>
</div>
Expand Down

0 comments on commit a0e048d

Please sign in to comment.