Skip to content

Commit

Permalink
minor spacing correction for faq
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed Apr 29, 2024
1 parent 74ea918 commit 104fb18
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
const collapseContentClasses = classNames(
'text-[16px]/[24px]',
'text-content-secondary',
'mt-4',
'font-sans',
'collapse-content',
'tracking-normal',
Expand All @@ -81,7 +80,7 @@
<div class={collapseTitleClasses}>
{option.title}
</div>
<div class={collapseContentClasses}>
<div class={classNames(collapseContentClasses, i === activeEntryId ? 'mt-4' : null)}>
{option.text}
</div>
</div>
Expand Down

0 comments on commit 104fb18

Please sign in to comment.