Skip to content

Commit db2789a

Browse files
committed
replace quote literals with encoded quotes
1 parent 6e405ee commit db2789a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

components/landing/faq.tsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,13 @@ const FAQ = () => {
240240
What was the motivation behind Tailspin?
241241
</AccordionTrigger>
242242
<AccordionContent>
243-
Wise man once said: "There&apos;s no better way to learn
244-
than to do." At the time of writing, there isn&apos;t a
245-
mainstream online TailwindCSS centered platform, where
246-
we can write Tailwind powered UI building code and
247-
challenge ourselves and one another in the process.
248-
Tailspin hopes to close that gap in the community.
243+
Wise man once said: &quot;There&apos;s no better way to
244+
learn than to do.&quot; At the time of writing, there
245+
isn&apos;t a mainstream online TailwindCSS centered
246+
platform, where we can write Tailwind powered UI
247+
building code and challenge ourselves and one another in
248+
the process. Tailspin hopes to close that gap in the
249+
community.
249250
</AccordionContent>
250251
</AccordionItem>
251252
</Accordion>

0 commit comments

Comments
 (0)