Skip to content

Commit

Permalink
fix issue 25 20 et ajout tag Beta dans l'entête
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Jul 15, 2024
1 parent 5f9c658 commit 13c159a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/datahub/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
link: 'https://cartes.gouv.fr/tableau-de-bord'
}
]"
[beta]="true"
></dsfr-header>
<router-outlet></router-outlet>
<dsfr-footer
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
gn-ui-results-hits {
color: white;
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class SearchPageComponent implements OnInit {

ngOnInit() {
this.searchFacade.setResultsLayout('ROW')
this.searchFacade.setSortBy(['desc', 'createDate'])

const cfg: MetadataQualityConfig =
getMetadataQualityConfig() || ({} as MetadataQualityConfig)
Expand Down
4 changes: 2 additions & 2 deletions conf/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ proxy_path = ""
# - for background: https://developer.mozilla.org/en-US/docs/Web/CSS/background
[theme]
primary_color = "#000091"
secondary_color = "#cacafb"
secondary_color = "#6a6af4"
main_color = "#212029" # All-purpose text color
background_color = "#fdfbff"

Expand All @@ -65,7 +65,7 @@ header_foreground_color = '#212029'
# fonts_stylesheet_url = "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Permanent+Marker&display=swap"

# Use it to set custom location for the favicon; by default, the path `/favicon.ico` will be used
favicon = "/assets/img/favicon.ico"
favicon = "/catalogue/assets/img/favicon.ico"

### SEARCH SETTINGS

Expand Down

0 comments on commit 13c159a

Please sign in to comment.