Skip to content

Commit

Permalink
Let every one access to the logo dashboard (openfoodfacts#765)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Slamich <[email protected]>
  • Loading branch information
alexfauquette and teolemon authored Nov 4, 2023
1 parent 7448eba commit 197c025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/ResponsiveAppBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const pages = [
},
{ translationKey: "menu.manage" },
{ url: "insights", translationKey: "menu.insights", devModeOnly: true },
{ url: "dashboard", translationKey: "menu.dashboard", devModeOnly: true },
{ url: "dashboard", translationKey: "menu.dashboard" },
// { url: "nutriscore", translationKey: "menu.nutriscore", devModeOnly: true },
{ url: "settings", translationKey: "menu.settings", mobileOnly: true },
];
Expand Down
5 changes: 0 additions & 5 deletions src/pages/settings/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ export default function Settings() {
{devMode &&
[
{ pageUrl: "logos", pageName: "logos", isExperimental: false },
{
pageUrl: "dashboard",
pageName: "dashboard",
isExperimental: false,
},
{
pageUrl: "insights",
pageName: "insights",
Expand Down

0 comments on commit 197c025

Please sign in to comment.