Skip to content

Commit 4152c3d

Browse files
authored
Merge pull request #74 from zecrypt-io/feature/ananducv/env-section
navigation for env in sidebar updated
2 parents e6238cf + 6e700ac commit 4152c3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/frontend-web/components/project-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const featureMenuItems: {
251251
{
252252
key: "env",
253253
labelKey: "env",
254-
path: "/dashboard/env",
254+
path: "/dashboard/environments",
255255
icon: (
256256
<svg
257257
xmlns="http://www.w3.org/2000/svg"

packages/frontend-web/components/sidebar-nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const navigationCategories: NavigationCategory[] = [
183183
{
184184
key: "env",
185185
labelKey: "env_variables",
186-
path: "/dashboard/env",
186+
path: "/dashboard/environments",
187187
icon: (
188188
<svg
189189
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)