Skip to content

Commit

Permalink
style: taux de pression
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Sep 26, 2024
1 parent 8e3f79b commit 73bd6a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/app/(accompagnateur)/details/[id]/FormationResume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function FormationResumeBlockAdmission({
{admissionLevel === "easy" && (
<>
<Tag square level="easy">
Faible taux de pression
Taux de pression faible
</Tag>
<Tag square level="easy">
Nombreuses places
Expand All @@ -111,7 +111,7 @@ function FormationResumeBlockAdmission({
<>
{admissionLevel === "average" && (
<Tag square level="average">
Taux de pression moyen
Taux de pression modéré
</Tag>
)}
</>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/services/formation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const FORMATION_TAG: { tag: FormationTag; libelle: string; color: string;

{
tag: FormationTag.FAIBLE_TAUX_PRESSION,
libelle: "FAIBLE TAUX DE PRESSION",
libelle: "TAUX DE PRESSION FAIBLE",
color: "var(--info-425-625)",
bgColor: "var(--info-975-75)",
icon: "ri-door-open-fill",
Expand Down

0 comments on commit 73bd6a8

Please sign in to comment.