Skip to content

Commit

Permalink
feat(doc): add the meta data for collapse (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExFlo authored Oct 18, 2024
1 parent 98dd947 commit 92f987c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/routes/+layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const load = async () => {
pageMeta: {
title: 'AgnosUI - Where web components shine',
description:
'Perfected component library for Svelte, React and Angular. Reactive and accessible, supports headless or Bootstrap. Providing: accordion, alert, modal, pagination, progressbar, rating, select, slider, toast, focus track, tooltip, pop-over, transition.',
'Perfected component library for Svelte, React and Angular. Reactive and accessible, supports headless or Bootstrap. Providing: accordion, alert, collapse, modal, pagination, progressbar, rating, select, slider, toast, focus track, tooltip, pop-over, transition.',
socialImage: 'https://www.agnosui.dev/latest/agnosui-logo.png',
socialImageAlt: 'Icon of AgnosUI',
shareUrl: 'https://www.agnosui.dev/latest/',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"accordion",
"AgnosUI",
"alert",
"collapse",
"components",
"modal",
"pagination",
Expand Down

0 comments on commit 92f987c

Please sign in to comment.