Skip to content

Commit

Permalink
Use roadmap page instead of deprecated nouveautes in footer (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
maudetes authored Jun 12, 2024
1 parent 6624ee2 commit 38efbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Current (in progress)

- Fix dataset card link opening another tab [#426](https://github.com/datagouv/udata-front/pull/426)
- Use roadmap page instead of deprecated nouveautes in footer [#429](https://github.com/datagouv/udata-front/pull/429)

## 5.0.0 (2024-06-07)

Expand Down
2 changes: 1 addition & 1 deletion udata_front/theme/gouvfr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

platform_links = [
nav.Item(_('Guides'), None, url=current_app.config.get('GUIDES_URL', '#')),
nav.Item(_('Roadmap and news'), 'gouvfr.show_page', args={'slug': 'nouveautes'}),
nav.Item(_('Roadmap and news'), 'gouvfr.show_page', args={'slug': 'roadmap'}),
nav.Item(_('Contact us'), None, url='https://support.data.gouv.fr'),
nav.Item(_('Give us your feedback'), None,
url=current_app.config.get('FEEDBACK_FORM_URL', '#')),
Expand Down

0 comments on commit 38efbc5

Please sign in to comment.