Skip to content

Commit

Permalink
feat: add DDPP to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Aug 9, 2024
1 parent f2183d8 commit dfe95c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client/src/components/HomePage/homePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
&__action-links-container {
flex-wrap: wrap;
background-color: transparent;
padding: $spacing-2 $spacing-6;
padding: $spacing-2 $spacing-4;
font-family: $marianne;
@media (max-width: 600px) {
padding: $spacing-2 !important;
Expand Down
4 changes: 2 additions & 2 deletions src/client/src/components/HomePage/sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const Summary = () => (
<div className="column is-5">
<div className="content">
<div className="text-title">
Je suis un agent en DREETS ou en DDETS ​
Je suis un agent en DREETS, en DDETS ou en DDPP{" "}
</div>

<LoginLink />
Expand All @@ -120,7 +120,7 @@ export const Summary = () => (
<div className="column is-5">
<div className="content">
<div className="text-title">
Je suis en agent en DDETS, nouvel utilisateur de FCE
Je suis en agent en DDETS ou en DDPP, nouvel utilisateur de FCE
</div>
<RequestAccessLink />
<div className="text-explicatif">
Expand Down

0 comments on commit dfe95c2

Please sign in to comment.