diff --git a/frontend/src/components/modals/UnsupportedWalletsNoticeModal.tsx b/frontend/src/components/modals/UnsupportedWalletsNoticeModal.tsx index 548ceed..22ba671 100644 --- a/frontend/src/components/modals/UnsupportedWalletsNoticeModal.tsx +++ b/frontend/src/components/modals/UnsupportedWalletsNoticeModal.tsx @@ -28,9 +28,9 @@ export const UnsupportedWalletsNoticeModal = ({ onClick={(e) => e.stopPropagation()} style={{ backgroundColor: "rgb(18, 18, 18)", - padding: "30px", + padding: "50px", borderRadius: "8px", - maxWidth: "400px", + maxWidth: "500px", width: "90%", position: "relative", }} @@ -38,14 +38,23 @@ export const UnsupportedWalletsNoticeModal = ({
Wallet Support Notice
-
+
Note: Gasless transactions are currently only supported for the Burner wallet & Fuelet Wallet.
@@ -56,13 +65,14 @@ export const UnsupportedWalletsNoticeModal = ({