Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SocialGouv/fce
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Aug 20, 2024
2 parents f2183d8 + 8a722e2 commit dbca97f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [27.103.0](https://github.com/SocialGouv/fce/compare/v27.102.0...v27.103.0) (2024-08-09)


### Features

* add DDPP for home page ([#352](https://github.com/SocialGouv/fce/issues/352)) ([c97e947](https://github.com/SocialGouv/fce/commit/c97e94702c04e6dd23d8dd91cd54a5ef990fe06c))

# [27.102.0](https://github.com/SocialGouv/fce/compare/v27.101.7...v27.102.0) (2024-08-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fce",
"version": "27.102.0",
"version": "27.103.0",
"description": "",
"author": "commit42",
"private": true,
Expand Down
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 dbca97f

Please sign in to comment.