Skip to content

Commit

Permalink
Merge pull request #339 from IntersectMBO/chore/change-guides-btn-link
Browse files Browse the repository at this point in the history
chore: change guides btn link
  • Loading branch information
Vojimirovich authored Sep 11, 2024
2 parents 80d62e9 + 709924d commit ed36368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/constants/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ export const PATHS = {
logout: "/logout",
admin: {
home: "/admin",
dashboard: "/admin/dashboard",
},
dashboard: "/admin/dashboard"
}
};

export const EXTERNAL_LINKS = {
guides:
"https://app.gitbook.com/o/Prbm1mtkwSsGWSvG1Bfd/s/IOUshfMdffqF4RObLhje/legal/terms-and-conditions",
"https://docs.gov.tools/about/what-is-the-constitutional-committee-portal"
};

export const adminProtectedPath = PATHS.admin.dashboard;
Expand Down

0 comments on commit ed36368

Please sign in to comment.