From 1cce3118e199c41499b5bfa8db960deb2e293641 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Fri, 28 Jun 2024 11:04:27 +0200 Subject: [PATCH] refactor: Rename instances of "experiment" to "block" --- frontend/src/components/App/App.tsx | 6 +++--- frontend/src/config.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/App/App.tsx b/frontend/src/components/App/App.tsx index f5e1b02bf..afdda65bc 100644 --- a/frontend/src/components/App/App.tsx +++ b/frontend/src/components/App/App.tsx @@ -69,7 +69,7 @@ const App = () => { {/* Default experiment */} @@ -77,14 +77,14 @@ const App = () => { - + {/* Experiment Collection */} {/* Block */} - + diff --git a/frontend/src/config.ts b/frontend/src/config.ts index d91b37c9f..b66ac6241 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -28,7 +28,7 @@ export const URLS = { about: "/about", profile: "/profile", storeProfile: "/profile/store", - experiment: "/:slug", + block: "/:slug", experimentCollectionAbout: "/collection/:slug/about", experimentCollection: "/collection/:slug", internalRedirect: "/redirect/:path",