fix: fix typo in HTML entity
This commit is contained in:
parent
03788c9d73
commit
57e99dfd21
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default function Home() {
|
|||
whileTap={{ scale: 0.95 }}
|
||||
>
|
||||
<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.&qpos; 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.' No more misplaced 'funds!'"</p>
|
||||
<p className="font-semibold mt-4">- Mulyono</p>
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
|
|
Loading…
Add table
Reference in a new issue