From 4646ad115f437bfc2669f70e2b12ef407acaeb60 Mon Sep 17 00:00:00 2001 From: fatemeh paghar <66066475+paghar@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:12:23 +0330 Subject: [PATCH] fix(web) `ListItem` in advanced example should be `List.Item` (#1347) fix(web) list item in advanced example witch should be List.Item --- apps/web/examples/list/list.advanced.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/web/examples/list/list.advanced.tsx b/apps/web/examples/list/list.advanced.tsx index dc3e46845..7ec282816 100644 --- a/apps/web/examples/list/list.advanced.tsx +++ b/apps/web/examples/list/list.advanced.tsx @@ -9,7 +9,7 @@ import { List, Avatar } from "flowbite-react"; function Component() { return ( - +
@@ -18,8 +18,8 @@ function Component() {
$320
-
- + +
@@ -28,8 +28,8 @@ function Component() {
$3467
-
- + +
@@ -38,8 +38,8 @@ function Component() {
$67
-
- + +
@@ -48,8 +48,8 @@ function Component() {
$2367
-
- + +
@@ -58,7 +58,7 @@ function Component() {
$367
-
+
); }