Skip to content

Commit

Permalink
fix: docs: list-group page typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jun 29, 2024
1 parent 2e8a4d4 commit afe7393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/components/list-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Use the following example to create a list of buttons as a menu together with SV

```svelte example class="flex justify-center" hideResponsiveButtons
<script>
import Listgroup from "$lib/list-group/Listgroup.svelte";
import { Listgroup } from "flowbite-svelte";
import { AdjustmentsHorizontalSolid, DownloadSolid, MessagesSolid, UserCircleSolid } from 'flowbite-svelte-icons';
let icons = [
{ name: 'Profile', icon: UserCircleSolid },
Expand Down

0 comments on commit afe7393

Please sign in to comment.