Skip to content

Commit

Permalink
fix: remove se connecter and add s
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle authored Feb 14, 2023
1 parent 3ed18af commit 2d084ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knowledge",
"version": "1.5.5",
"version": "1.5.7",
"description": "The user interface that presents the service offer of the INSEE survey information system",
"author": "u/ddecrulle",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions src/ui/components/constants/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ const Menu = [
external: false,
},
{
label: 'Offre de service',
label: 'Offre de services',
pathname: '/services',
external: false,
},
];

const SecondaryMenu = [
{
label: 'Se connecter',
pathname: '/signin',
external: false,
disabled: true,
},
// {
// label: 'Se connecter',
// pathname: '/signin',
// external: false,
// disabled: true,
// },
{
label: 'Github',
pathname: 'https://github.com/ddecrulle/knowledge',
Expand Down

0 comments on commit 2d084ae

Please sign in to comment.