From ebf894642a1fff36f80810e8eaca7d891ab65847 Mon Sep 17 00:00:00 2001 From: matiasperrone-exo Date: Tue, 14 Apr 2026 19:48:39 +0000 Subject: [PATCH] fix: Insert a new route after the existing /profile route and before the /:selection_plan_id catch-all --- src/layouts/all-plans-layout.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/all-plans-layout.js b/src/layouts/all-plans-layout.js index 97aa78b..4efde36 100644 --- a/src/layouts/all-plans-layout.js +++ b/src/layouts/all-plans-layout.js @@ -47,6 +47,9 @@ const AllPlansLayout = ({summit, location, match, speaker, member}) => { + } + /> } /> } />