We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bf9e2 commit fd30057Copy full SHA for fd30057
e2e/react-router/src/routes/privacy-demo.tsx
@@ -42,6 +42,10 @@ export default function PrivacyDemo() {
42
<p className="ld-mask-text">
43
<span>Secret text</span>
44
</p>
45
+ <div className="ld-mask-text">
46
+ Test a string with shorter words like in and with extra
47
+ {' '}spaces.
48
+ </div>
49
</section>
50
51
<section>
0 commit comments