Skip to content

Commit

Permalink
re-add past tense replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellward committed Oct 28, 2022
1 parent f6dc68a commit 4eae798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11538,7 +11538,8 @@ export default function Data({ data, demo }: any): ReactElement {
.replace(
/{you}/g,
data?.dataFile ? "They" : "You"
).replace(
)
.replace(
/{you've}/g,
data?.dataFile ? "They've" : "You've"
),
Expand Down

0 comments on commit 4eae798

Please sign in to comment.