fix: missing a space after "Académie de"

proto-module-actu-react
Jalil Arfaoui 2023-03-27 11:47:53 +02:00
parent 44fbe5ebae
commit 63316f89b0
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ export const PageResistant = () => {
<div className="sqs-block-content"> <div className="sqs-block-content">
<p className="" style={{ whiteSpace: "pre-wrap" }}> <p className="" style={{ whiteSpace: "pre-wrap" }}>
<strong> <strong>
({resistant.departement}, Académie de ({resistant.departement}, Académie de {resistant.academie})
{resistant.academie})<br /> <br />
</strong> </strong>
<em>{resistant.mention}</em> <em>{resistant.mention}</em>
</p> </p>