From 2be09bb204e1a913794614a71c7c819a7b99ebb4 Mon Sep 17 00:00:00 2001 From: jinmaa Date: Tue, 25 Mar 2025 22:11:37 -0400 Subject: [PATCH] change routing for hyphen-case --- .../implementation-plan-network-pages-updated.md | 0 docs/{ => archive}/project-reroute/ai-dev-prompt.md | 0 .../project-reroute/feature-request-network-pages.md | 0 .../project-reroute/implementation-guide-for-developers.md | 0 src/pages/Home.jsx | 6 +++--- src/routes.jsx | 6 +++--- 6 files changed, 6 insertions(+), 6 deletions(-) rename docs/{ => archive}/implementation-plan-network-pages-updated.md (100%) rename docs/{ => archive}/project-reroute/ai-dev-prompt.md (100%) rename docs/{ => archive}/project-reroute/feature-request-network-pages.md (100%) rename docs/{ => archive}/project-reroute/implementation-guide-for-developers.md (100%) diff --git a/docs/implementation-plan-network-pages-updated.md b/docs/archive/implementation-plan-network-pages-updated.md similarity index 100% rename from docs/implementation-plan-network-pages-updated.md rename to docs/archive/implementation-plan-network-pages-updated.md diff --git a/docs/project-reroute/ai-dev-prompt.md b/docs/archive/project-reroute/ai-dev-prompt.md similarity index 100% rename from docs/project-reroute/ai-dev-prompt.md rename to docs/archive/project-reroute/ai-dev-prompt.md diff --git a/docs/project-reroute/feature-request-network-pages.md b/docs/archive/project-reroute/feature-request-network-pages.md similarity index 100% rename from docs/project-reroute/feature-request-network-pages.md rename to docs/archive/project-reroute/feature-request-network-pages.md diff --git a/docs/project-reroute/implementation-guide-for-developers.md b/docs/archive/project-reroute/implementation-guide-for-developers.md similarity index 100% rename from docs/project-reroute/implementation-guide-for-developers.md rename to docs/archive/project-reroute/implementation-guide-for-developers.md diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 37505c3..6aacf30 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -174,7 +174,7 @@ const Home = () => {
- /explorer/alkanesTokens + /explorer/alkanes-tokens [2,n]

@@ -184,7 +184,7 @@ const Home = () => {

- /explorer/alkanesTemplates + /explorer/alkanes-templates [4,n]

@@ -193,7 +193,7 @@ const Home = () => {

- /explorer/alkanesBalance + /explorer/alkanes-balance

Explore Alkanes balances across the network

diff --git a/src/routes.jsx b/src/routes.jsx index 0f3dfe5..3d9af43 100644 --- a/src/routes.jsx +++ b/src/routes.jsx @@ -51,15 +51,15 @@ const router = createBrowserRouter([ }, // Explorer routes { - path: 'explorer/alkanesTokens', + path: 'explorer/alkanes-tokens', element: }, { - path: 'explorer/alkanesTemplates', + path: 'explorer/alkanes-templates', element: }, { - path: 'explorer/alkanesBalance', + path: 'explorer/alkanes-balance', element: }, // Not found route