From 867cbf3d14da743c68642ba8f6b1ae9420ab28a8 Mon Sep 17 00:00:00 2001 From: Samuel Stroschein <35429197+samuelstroschein@users.noreply.github.com> Date: Mon, 20 May 2024 23:07:20 -0400 Subject: [PATCH] move replacement order in the hope of fixing the link --- .../website/src/pages/index/custom_section/HeroSearch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inlang/source-code/website/src/pages/index/custom_section/HeroSearch.tsx b/inlang/source-code/website/src/pages/index/custom_section/HeroSearch.tsx index 2811b84a9b..bfcf0be51d 100644 --- a/inlang/source-code/website/src/pages/index/custom_section/HeroSearch.tsx +++ b/inlang/source-code/website/src/pages/index/custom_section/HeroSearch.tsx @@ -76,8 +76,8 @@ function Play() { function addLinksToText(text: string) { const replacements: { [key: string]: string } = { - "use case": `${isProduction ? `https://inlang.com?` : "http://localhost:3000?"}#personas`, "lix apps": `https://github.com/opral/monorepo/tree/main/lix`, + "use case": `${isProduction ? `https://inlang.com?` : "http://localhost:3000?"}#personas`, } const elements = []