From dde612f88a7e19f4f335bad4252a357971828d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E9=98=B3?= <3311118881@qq.com> Date: Thu, 25 Jul 2024 23:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=E5=9B=BE=E6=A0=87=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 8 ++--- package.json | 2 +- src/components/Breadcrumbs/Breadcrumb.tsx | 9 ++--- src/components/CardDataStats.tsx | 2 +- src/components/Maps/MapOne.tsx | 2 +- src/components/Sidebar/index.tsx | 41 ++--------------------- src/pages/Create/index.tsx | 16 ++++----- 7 files changed, 23 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index 945b340..837b739 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-apexcharts": "^1.4.1", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-router-dom": "^6.14.2", "react-toastify": "^9.1.3", "sass": "^1.77.8", @@ -3508,9 +3508,9 @@ } }, "node_modules/react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index f891b0b..51d2b9d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react-apexcharts": "^1.4.1", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-router-dom": "^6.14.2", "react-toastify": "^9.1.3", "sass": "^1.77.8", diff --git a/src/components/Breadcrumbs/Breadcrumb.tsx b/src/components/Breadcrumbs/Breadcrumb.tsx index b877095..fd93a15 100644 --- a/src/components/Breadcrumbs/Breadcrumb.tsx +++ b/src/components/Breadcrumbs/Breadcrumb.tsx @@ -4,7 +4,7 @@ interface BreadcrumbProps { } const Breadcrumb = ({ pageName }: BreadcrumbProps) => { return ( -
Card content
+Card content
+Card content
+ > ); };