Skip to content

Commit

Permalink
Updated list-group documentation link example to redirect to actual d…
Browse files Browse the repository at this point in the history
…ocumentation pages (#1153)
  • Loading branch information
Daschi1 authored Dec 3, 2023
1 parent b9fe148 commit 38d0220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/docs/components/list-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ You can pass extra properties to the `<a>` element by setting the `attrs` atrrib
import { Listgroup } from 'flowbite-svelte';
let links = [
{ name: 'Accordions', href: '/docs/components/accordion', current: true },
{ name: 'Alerts', href: '/docs/components/alerts' },
{ name: 'Badges', href: '/docs/components/badges' },
{ name: 'Breadcrumbs', href: '/docs/components/breadcrumbs', attrs: {target: '_blank'} }
{ name: 'Alerts', href: '/docs/components/alert' },
{ name: 'Badges', href: '/docs/components/badge' },
{ name: 'Breadcrumbs', href: '/docs/components/breadcrumb', attrs: {target: '_blank'} }
];
</script>
Expand Down

2 comments on commit 38d0220

@vercel
Copy link

@vercel vercel bot commented on 38d0220 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 38d0220 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.