Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent e29bea1 commit 00fa728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/FAQs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const {
} = Astro.props;
---

<WidgetWrapper id={id} isDark={isDark} containerClass={`max-w-7xl mx-auto ${classes?.container ?? ''}`} bg={bg}>
<WidgetWrapper id={id} isDark={isDark} containerClass={`max-w-7xl mx-auto ${classes?.container ?? ''}`} bg={'bg-neutral-900'}>
<Headline title={title} subtitle={subtitle} tagline={tagline} />
<ItemGrid
items={items}
Expand Down

0 comments on commit 00fa728

Please sign in to comment.