diff --git a/apps/hyperdrive-trading/src/ui/app/Page.tsx b/apps/hyperdrive-trading/src/ui/app/Page.tsx index 86e118f2a..3076d6fc5 100644 --- a/apps/hyperdrive-trading/src/ui/app/Page.tsx +++ b/apps/hyperdrive-trading/src/ui/app/Page.tsx @@ -3,9 +3,9 @@ import { TanStackRouterDevtools } from "@tanstack/router-devtools"; import { PropsWithChildren, ReactElement } from "react"; import Footer from "src/ui/app/Footer/Footer"; import { Navbar } from "src/ui/app/Navbar/Navbar"; +import CustomBanner from "src/ui/base/components/CustomBanner"; import { TermsOfUseAndPrivacyPolicyModal } from "src/ui/compliance/TermsOfUseAndPrivacyPolicyModal"; import { useAddressScreen } from "src/ui/compliance/hooks/useAddressScreen"; -import { MilesBanner } from "src/ui/rewards/MilesBanner"; export function Page({ children }: PropsWithChildren): ReactElement { // compliance @@ -15,7 +15,19 @@ export function Page({ children }: PropsWithChildren): ReactElement {