Skip to content

Commit

Permalink
fix(landing): fix quotes escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoulaud committed Sep 25, 2024
1 parent b276026 commit 6a1d973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export default function Home() {
<h1 className='text-4xl font-bold tracking-tight text-foreground sm:text-6xl'>Voodle</h1>
<p className='mt-6 text-lg leading-8 text-muted-foreground'>
Voodle makes crypto trading easy. No jargon, no charts—just customizable rules like
Invest $5 in tokens with `&apos;`Dog`&apos;` in the name and automatic trades based on
clear conditions. Manage your strategies and track performance from an intuitive
dashboard. No trading experience needed.
&quot;Invest $5 in tokens with &apos;Dog&apos; in the name&quot; and automatic trades
based on clear conditions. Manage your strategies and track performance from an
intuitive dashboard. No trading experience needed.
</p>
<div className='mt-10 flex items-center justify-center'>
<Link href='/login' passHref>
Expand Down

0 comments on commit 6a1d973

Please sign in to comment.