Skip to content

Commit

Permalink
revue: corrections et typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarius committed Oct 25, 2024
1 parent eb2c6aa commit 84b1099
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
12 changes: 0 additions & 12 deletions front/src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,4 @@
@page {
size: 26.25cm 37.125cm; /* A4 * 1.25, afin de réduire la taille de l'impression */
}

proconnect-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
}
9 changes: 4 additions & 5 deletions front/src/lib/components/specialized/pc-button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
export let nextPage: string;
const loginUrl =
getApiURL() + "/oidc/login/?next=" + encodeURIComponent(nextPage);
const loginUrl = `${getApiURL()}/oidc/login/?next=${encodeURIComponent(nextPage)}`;
</script>

<div class="text-center">
Expand All @@ -21,17 +20,17 @@
rel="noopener noreferrer"
href="https://aide.dora.inclusion.beta.gouv.fr/fr/category/inscription-et-gestion-du-compte-ha8m5b/"
>
Besoin d’aide&nbsp;? Contactez-nous
Besoin d’aide&#8239;? Contactez-nous
</a>
&nbsp;
<a
class="text-magenta-cta underline"
target="_blank"
title="Qu’est-ce que ProConnect ? nouvelle fenêtre"
title="Qu’est-ce que ProConnect&#8239;? nouvelle fenêtre"
rel="noopener noreferrer"
href="https://www.proconnect.gouv.fr/"
>
Qu'est que ProConnect&nbsp;?
Qu'est que ProConnect&#8239;?
</a>
</div>
</div>
6 changes: 4 additions & 2 deletions front/src/routes/auth/connexion/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
const loginHint = getLoginHint();
const nextPage = getNextPage($page.url);
console.log("AUTH", OIDC_AUTH_BACKEND);
</script>

<CenteredGrid>
Expand Down Expand Up @@ -64,7 +66,7 @@
<div class="mr-s8 inline-block h-s24 w-s24 fill-current">
{@html informationLineIcon}
</div>
<div>DORA passe à Inclusion Connect&nbsp!</div>
<div>DORA passe à Inclusion Connect&#8239;!</div>
</h3>
<p class="legend mb-s16 text-gray-text">
<strong>Si vous aviez un ancien compte DORA,</strong> vous pouvez
Expand Down Expand Up @@ -92,7 +94,7 @@
{#if OIDC_AUTH_BACKEND === "proconnect"}
<h3 class="text-center text-france-blue">
<img src={logoProConnect} alt="ProConnect" class="mx-auto mb-s8" />
Pourquoi ProConnect&nbsp;?
Pourquoi ProConnect&#8239;?
</h3>
<div class="mt-s24 text-center">
<p class="text-f14 font-bold">
Expand Down

0 comments on commit 84b1099

Please sign in to comment.