Skip to content

Commit 1a69035

Browse files
committed
pencil icon
1 parent 2c3c882 commit 1a69035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/src/app/team/[team_slug]/(team)/~/engine/(instance)/[engineId]/overview/components/backend-wallets-table.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { TWTable } from "components/shared/TWTable";
3131
import { useTrack } from "hooks/analytics/useTrack";
3232
import { useTxNotifications } from "hooks/useTxNotifications";
3333
import { useActiveChainAsDashboardChain } from "lib/v5-adapter";
34-
import { DownloadIcon, Trash2Icon, UploadIcon } from "lucide-react";
34+
import { DownloadIcon, PencilIcon, UploadIcon } from "lucide-react";
3535
import QRCode from "qrcode";
3636
import { useState } from "react";
3737
import { useForm } from "react-hook-form";
@@ -164,7 +164,7 @@ export const BackendWalletsTable: React.FC<BackendWalletsTableProps> = ({
164164
isFetched={isFetched}
165165
onMenuClick={[
166166
{
167-
icon: <Trash2Icon className="size-4" />,
167+
icon: <PencilIcon className="size-4" />,
168168
text: "Edit",
169169
onClick: (wallet) => {
170170
setSelectedBackendWallet(wallet);

0 commit comments

Comments
 (0)