diff --git a/bun.lockb b/bun.lockb index b60efa1a..c5a15d85 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/features/package.json b/packages/features/package.json index d76b4b77..8c6d9f8a 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -52,7 +52,7 @@ "i18next": "^23.16.0", "i18next-browser-languagedetector": "^8.0.0", "immer": "10.1.1", - "lucide-react": "0.417.0", + "lucide-react": "0.418.0", "match-sorter": "6.3.4", "next-themes": "0.3.0", "rambda": "9.2.1", diff --git a/packages/features/src/credentials/views/credentials.tsx b/packages/features/src/credentials/views/credentials.tsx index e2976b05..768f8c73 100644 --- a/packages/features/src/credentials/views/credentials.tsx +++ b/packages/features/src/credentials/views/credentials.tsx @@ -1,7 +1,7 @@ import { AppLayout } from "@/components/app-layout" import { MenuBar } from "@/components/menu-bar" import type { Json } from "@mina-js/utils" -import { KeyRound } from "lucide-react" +import { IdCard } from "lucide-react" import { useTranslation } from "react-i18next" import { Link } from "react-router-dom" @@ -24,7 +24,7 @@ export const CredentialsView = ({ credentials }: CredentialsViewProps) => { className="p-4 flex items-center space-x-4 bg-secondary rounded-2xl" >
- +

{id}