diff --git a/packages/components/hub/HubLanding.tsx b/packages/components/hub/HubLanding.tsx index c4012e17d..5969401a5 100644 --- a/packages/components/hub/HubLanding.tsx +++ b/packages/components/hub/HubLanding.tsx @@ -1,4 +1,3 @@ -import { Link } from "@react-navigation/native"; import React from "react"; import { View, Linking } from "react-native"; @@ -15,6 +14,7 @@ import { import { useBanners } from "../../hooks/marketing/useBanners"; import { useMaxResolution } from "../../hooks/useMaxResolution"; import { useSelectedNetworkId } from "../../hooks/useSelectedNetwork"; +import { Link } from "../Link"; import { OptimizedImage } from "../OptimizedImage"; import { Section } from "../Section"; import { DAppCard } from "../cards/DAppCard"; @@ -37,21 +37,19 @@ export const HubLanding: React.FC = () => { {!!banner && ( - <> - - - - + + + )}