-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ajustements boutons de partage (#1562)
* feat: ajustements boutons * feat: alignement à gauche au retour à la ligne * feat: embarquement bannière d'info
- Loading branch information
Showing
5 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,10 @@ import { DisplayContext } from "@/context/DisplayContextProvider" | |
const blueBannerText = ( | ||
<Text> | ||
<Text as="span" fontWeight={700}> | ||
La bonne alternance évolue pour les recruteurs ! | ||
</Text>{" "} | ||
Vous pouvez désormais personnaliser le contenu de vos offres en décochant certains éléments du descriptif généré automatiquement{" "} | ||
<Link textDecoration="underline" href="mailto:[email protected]?subject=Personnaliser%20mon%20offre%20-%20en%20savoir%20plus"> | ||
En savoir plus | ||
Souhaiteriez-vous accéder à toutes vos candidatures depuis votre espace connecté ?{" "} | ||
</Text> | ||
<Link textDecoration="underline" href="https://tally.so/r/3Xq19z" isExternal aria-label="Accéder au formulaire - nouvelle fenêtre"> | ||
Donnez-nous votre avis en 3 clics. | ||
</Link> | ||
</Text> | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters