diff --git a/apps/abstraxion-dashboard/components/Abstraxion/index.tsx b/apps/abstraxion-dashboard/components/Abstraxion/index.tsx index 80115931..36324b05 100644 --- a/apps/abstraxion-dashboard/components/Abstraxion/index.tsx +++ b/apps/abstraxion-dashboard/components/Abstraxion/index.tsx @@ -16,6 +16,7 @@ import { AbstraxionWallets } from "@/components/AbstraxionWallets"; import { ErrorDisplay } from "@/components/ErrorDisplay"; import { useSearchParams } from "next/navigation"; import { AbstraxionGrant } from "../AbstraxionGrant"; +import Image from "next/image"; export interface ModalProps { onClose: VoidFunction; @@ -52,21 +53,46 @@ export const Abstraxion = ({ isOpen, onClose }: ModalProps) => { if (!isOpen) return null; return ( - + <> + + {/* TOS Footer */} + {!isConnected && ( +
+ Powered by +
+ +- By continuing, you agree to Burnt's{" "} - - Terms of Service - {" "} - and acknowledge that you have read and understand the XION{" "} - - Disclaimer - - . -
> )} diff --git a/apps/abstraxion-dashboard/components/AbstraxionWallets/index.tsx b/apps/abstraxion-dashboard/components/AbstraxionWallets/index.tsx index 5589f827..e40fbf49 100644 --- a/apps/abstraxion-dashboard/components/AbstraxionWallets/index.tsx +++ b/apps/abstraxion-dashboard/components/AbstraxionWallets/index.tsx @@ -12,6 +12,7 @@ import { AllSmartWalletQuery } from "@/utils/queries"; import { truncateAddress } from "@/utils"; import { useAbstraxionAccount } from "@/hooks"; import { Loading } from "../Loading"; +import { WalletIcon } from "../Icons"; export const AbstraxionWallets = () => { const { @@ -122,10 +123,10 @@ export const AbstraxionWallets = () => { ) : (