Skip to content

Commit

Permalink
Replace {your}
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsturcke authored Nov 9, 2022
1 parent 41a7b95 commit 84c3eae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11518,7 +11518,11 @@ export default function Data({ data, demo }: any): ReactElement {
.replace(
/{you've}/g,
data?.dataFile ? "They've" : "You've"
),
)
.replace(
/{your}/g,
data?.dataFile ? "Their" : "Your"
)
}}
/>
</div>
Expand Down

0 comments on commit 84c3eae

Please sign in to comment.