Skip to content

Commit

Permalink
fix(deps): update accessible-astro-components to v4 (#349)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and setchy authored Feb 13, 2025
1 parent 6812897 commit fa097c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@iconify-json/mdi": "1.2.3",
"@octokit/openapi-types": "23.0.1",
"@tailwindcss/vite": "4.0.6",
"accessible-astro-components": "3.0.1",
"accessible-astro-components": "4.0.1",
"astro": "5.2.6",
"astro-icon": "1.1.5",
"date-fns": "4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface FAQFrontmatter {
<Accordion>
{
faqs.map((faq) => (
<AccordionItem title={faq.frontmatter.title}>
<AccordionItem title={faq.frontmatter.title} variant="chevron">
<div class="faq" set:html={faq.compiledContent()} />
</AccordionItem>
))
Expand Down

0 comments on commit fa097c2

Please sign in to comment.