fix: replace special characters with HTML entities
This commit is contained in:
parent
c37a7de8ec
commit
75dad9ce2d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default function Home() {
|
||||||
whileTap={{ scale: 0.95 }}
|
whileTap={{ scale: 0.95 }}
|
||||||
>
|
>
|
||||||
<MessageCircle size={40} className="mx-auto mb-4" />
|
<MessageCircle size={40} className="mx-auto mb-4" />
|
||||||
<p className="text-gray-400 italic">"Todoist helps me keep track of all my... let’s call them 'financial transactions.' No more misplaced 'funds!'"</p>
|
<p className="text-gray-400 italic">"Todoist helps me keep track of all my... let's call them 'financial transactions.&qpos; No more misplaced 'funds!'"</p>
|
||||||
<p className="font-semibold mt-4">- Mulyono</p>
|
<p className="font-semibold mt-4">- Mulyono</p>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue