Skip to content

Commit fa097c2

Browse files
fix(deps): update accessible-astro-components to v4 (#349)
* fix(deps): update accessible-astro-components to v4 * change to chevron Signed-off-by: Adam Setch <[email protected]> --------- Signed-off-by: Adam Setch <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Setch <[email protected]>
1 parent 6812897 commit fa097c2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@iconify-json/mdi": "1.2.3",
5353
"@octokit/openapi-types": "23.0.1",
5454
"@tailwindcss/vite": "4.0.6",
55-
"accessible-astro-components": "3.0.1",
55+
"accessible-astro-components": "4.0.1",
5656
"astro": "5.2.6",
5757
"astro-icon": "1.1.5",
5858
"date-fns": "4.1.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/faq.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface FAQFrontmatter {
2323
<Accordion>
2424
{
2525
faqs.map((faq) => (
26-
<AccordionItem title={faq.frontmatter.title}>
26+
<AccordionItem title={faq.frontmatter.title} variant="chevron">
2727
<div class="faq" set:html={faq.compiledContent()} />
2828
</AccordionItem>
2929
))

0 commit comments

Comments
 (0)