Skip to content

Commit

Permalink
feat: add DDPP for home page (#352)
Browse files Browse the repository at this point in the history
* chore: add pgadmin

* chore: fix key

* chore: missing keys

* chore: typo

* chore: numeric user

* chore: secret

* chore: containerPort

* chore: auth

* chore: probespath

* feat: add DDPP  to home page

---------

Co-authored-by: Gary van Woerkens <gary.van-woerkens@sg.social.gouv.fr>
Co-authored-by: Matéo Mévollon <m.mevollon@proton.me>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent 490fe7b commit c97e947
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 c97e947

Please sign in to comment.