Skip to content

Commit

Permalink
fix(admin): updated font size of first paragraph in certification v2 …
Browse files Browse the repository at this point in the history
…add certification, update certification and update competence bloc pages
  • Loading branch information
agarbe committed Nov 11, 2024
1 parent a725732 commit 18d7b49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const PageContent = ({
{competenceBloc.code} - {competenceBloc.label}
</h1>
<FormOptionalFieldsDisclaimer />
<p className="mb-12">
<p className="mb-12 text-xl">
Retrouvez toutes les informations récupérées à partir du code RNCP. Si
vous souhaitez les modifier, il est préférable de contacter directement
France compétences.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const PageContent = ({
}) => (
<div data-test="update-certification-page">
<h1>{certification.label}</h1>
<p className="mb-12">
<p className="mb-12 text-xl">
Pour faciliter l’ajout, renseignez le code RNCP pour pré-remplir le
document avec les informations de France compétences et du Formacode.
Ensuite, vous pourrez renseigner une structure certificatrice et (à
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function AddCertificationPage() {
return (
<div data-test="add-certification-page">
<h1>Ajout d'une certification</h1>
<p className="mb-12">
<p className="mb-12 text-xl">
Pour faciliter l’ajout, renseignez le code RNCP pour pré-remplir le
document avec les informations de France compétences et du Formacode.
Ensuite, vous pourrez renseigner une structure certificatrice et (à
Expand Down

0 comments on commit 18d7b49

Please sign in to comment.