Skip to content

Commit

Permalink
🩹 création page formulaire candidat indisponible
Browse files Browse the repository at this point in the history
  • Loading branch information
dienamo committed May 6, 2024
1 parent 48af6bf commit 6daf4e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/views/aide-candidat/Actions.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import React from 'react';
import { Link } from 'react-router-dom';

function Actions() {

const urlFormConseiller = process.env.REACT_APP_FORMS_URL + '/formulaire-indisponible';

return (
<div className="fr-container fr-col-lg-5 fr-col-xs-12 fr-mb-10w" style={{ textAlign: 'center' }}>
<Link
to={`${urlFormConseiller}/formulaire-indisponible`}
<a
href={`${urlFormConseiller}/formulaire-indisponible`}
target="_blank" rel="noopener noreferrer"
className="buttonCustom blueButtonCustom fr-text--xx-bold"
title="Devenir conseiller num&eacute;rique">Devenir conseiller num&eacute;rique</Link>
title="Devenir conseiller num&eacute;rique">Devenir conseiller num&eacute;rique</a>
</div>
);
}
Expand Down

0 comments on commit 6daf4e9

Please sign in to comment.