diff --git a/apps/deploy-web/src/components/layout/WalletStatus.tsx b/apps/deploy-web/src/components/layout/WalletStatus.tsx
index a8c117c9c..5646521f7 100644
--- a/apps/deploy-web/src/components/layout/WalletStatus.tsx
+++ b/apps/deploy-web/src/components/layout/WalletStatus.tsx
@@ -119,8 +119,8 @@ export function WalletStatus() {
>
) : (
<>
+ {envConfig.NEXT_PUBLIC_BILLING_ENABLED && }
- {envConfig.NEXT_PUBLIC_BILLING_ENABLED && }
>
)
) : (
diff --git a/apps/deploy-web/src/components/wallet/ConnectManagedWalletButton.tsx b/apps/deploy-web/src/components/wallet/ConnectManagedWalletButton.tsx
index 71400c56b..a9663e430 100644
--- a/apps/deploy-web/src/components/wallet/ConnectManagedWalletButton.tsx
+++ b/apps/deploy-web/src/components/wallet/ConnectManagedWalletButton.tsx
@@ -1,7 +1,7 @@
"use client";
import React, { ReactNode } from "react";
import { Button, ButtonProps } from "@akashnetwork/ui/components";
-import { Wallet } from "iconoir-react";
+import { Rocket } from "iconoir-react";
import { useWallet } from "@src/context/WalletProvider";
import { cn } from "@src/utils/styleUtils";
@@ -16,8 +16,8 @@ export const ConnectManagedWalletButton: React.FunctionComponent = ({ cla
return (
);
};
diff --git a/package-lock.json b/package-lock.json
index 476421dd3..a9532b562 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11908,6 +11908,11 @@
"url": "https://opencollective.com/parcel"
}
},
+ "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
+ "version": "1.1.0",
+ "inBundle": true,
+ "license": "MIT"
+ },
"node_modules/@parcel/watcher-win32-arm64": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz",