Skip to content

Commit

Permalink
chore(private-credential): change icon to IdCard
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmoro committed Nov 27, 2024
1 parent 7d99301 commit 3be7847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/features/src/credentials/views/credentials.tsx
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -24,7 +24,7 @@ export const CredentialsView = ({ credentials }: CredentialsViewProps) => {
className="p-4 flex items-center space-x-4 bg-secondary rounded-2xl"
>
<div className="flex items-center justify-center w-12 h-12 rounded-full bg-neutral">
<KeyRound />
<IdCard />
</div>
<div>
<p>{id}</p>
Expand Down

0 comments on commit 3be7847

Please sign in to comment.