Skip to content

Commit

Permalink
move replacement order in the hope of fixing the link
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed May 21, 2024
1 parent ed8d4ae commit 867cbf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 867cbf3

Please sign in to comment.