diff --git a/dapp/.env b/dapp/.env
index 58e02204e..79f9dc9d6 100644
--- a/dapp/.env
+++ b/dapp/.env
@@ -23,7 +23,6 @@ VITE_FEATURE_FLAG_GAMIFICATION_ENABLED="false"
VITE_FEATURE_FLAG_WITHDRAWALS_ENABLED="false"
VITE_FEATURE_FLAG_OKX_WALLET_ENABLED="false"
VITE_FEATURE_FLAG_XVERSE_WALLET_ENABLED="false"
-VITE_FEATURE_FLAG_BEEHIVE_COMPONENT_ENABLED="false"
VITE_FEATURE_FLAG_ACRE_POINTS_ENABLED="true"
VITE_FEATURE_FLAG_TVL_ENABLED="true"
VITE_FEATURE_GATING_DAPP_ENABLED="true"
diff --git a/dapp/src/assets/icons/Info.tsx b/dapp/src/assets/icons/Info.tsx
deleted file mode 100644
index 364e278d7..000000000
--- a/dapp/src/assets/icons/Info.tsx
+++ /dev/null
@@ -1,14 +0,0 @@
-import React from "react"
-import { createIcon } from "@chakra-ui/react"
-
-export const Info = createIcon({
- displayName: "Info",
- viewBox: "0 0 20 20",
- path: [
- ,
- ,
- ],
-})
diff --git a/dapp/src/assets/icons/index.ts b/dapp/src/assets/icons/index.ts
index 5cf9cd32a..7a8fe57c2 100644
--- a/dapp/src/assets/icons/index.ts
+++ b/dapp/src/assets/icons/index.ts
@@ -1,4 +1,3 @@
-export * from "./Info"
export * from "./ArrowUpRight"
export * from "./AcreLogo"
export * from "./Pause"
diff --git a/dapp/src/assets/images/mezo-bees.svg b/dapp/src/assets/images/mezo-bees.svg
deleted file mode 100644
index 6ca70750b..000000000
--- a/dapp/src/assets/images/mezo-bees.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dapp/src/components/ConnectWalletModal/ConnectWalletButton.tsx b/dapp/src/components/ConnectWalletModal/ConnectWalletButton.tsx
index cff1fd58e..0747fdc8e 100644
--- a/dapp/src/components/ConnectWalletModal/ConnectWalletButton.tsx
+++ b/dapp/src/components/ConnectWalletModal/ConnectWalletButton.tsx
@@ -189,8 +189,9 @@ export default function ConnectWalletButton({
rounded="lg"
mb={3}
_last={{ mb: 0 }}
+ p={0}
>
-
+