Skip to content

Commit

Permalink
Prettier config mismatch troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Feb 9, 2024
1 parent 614e1d2 commit 11d04c0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
textInView = true;
}
}}
class="mx-auto max-w-2xl text-center {textInView
? 'opacity-1 translate-y-0'
: 'translate-y-4 opacity-0'} pointer-events-none transform-gpu duration-500 ease-in-out"
class="mx-auto max-w-2xl text-center {textInView ? 'opacity-1 translate-y-0' : (
'translate-y-4 opacity-0'
)} pointer-events-none transform-gpu duration-500 ease-in-out"
>
<h1 class="text-4xl font-bold tracking-tight text-white sm:text-6xl">IRS 990-PF.<br />Plain and Simple.</h1>
<p class="mt-6 text-lg leading-8 text-gray-300">
Expand Down

0 comments on commit 11d04c0

Please sign in to comment.