Skip to content

Commit

Permalink
FAQ chabges
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Bansal committed Dec 5, 2023
2 parents 8dc5e82 + e982b78 commit 662a4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export const FAQ = () => {
className='pt-6 pb-8 md:grid md:grid-cols-12 md:gap-8'
key={id}
>
<dt className='text-base font-medium text-blue-900 md:col-span-5'>
<dt className='text-base font-medium text-gray-900 md:col-span-5'>
{question}
</dt>
<dd className='mt-2 md:col-span-7 md:mt-0'>
<p className='text-base text-blue-900'>{answer}</p>
<p className='text-base text-gray-500'>{answer}</p>
</dd>
</div>
))}
Expand Down

0 comments on commit 662a4f4

Please sign in to comment.