From 45787101f45f4d6b5a8466d916bff4f34ed88778 Mon Sep 17 00:00:00 2001 From: jillxuu Date: Wed, 19 Jul 2023 15:17:40 -0700 Subject: [PATCH] [banner] add refereral source for GA tracking --- src/pages/LandingPage/Components/PlaygroundBanner.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/LandingPage/Components/PlaygroundBanner.tsx b/src/pages/LandingPage/Components/PlaygroundBanner.tsx index a7a8bb1b..93c302b5 100644 --- a/src/pages/LandingPage/Components/PlaygroundBanner.tsx +++ b/src/pages/LandingPage/Components/PlaygroundBanner.tsx @@ -1,4 +1,3 @@ -import "@aptos-labs/aptos-names-connector/dist/index.css"; import {Banner} from "../../../components/Banner"; import { Button, @@ -16,13 +15,13 @@ export function PlaygroundBanner() { const theme = useTheme(); const isOnMobile = !useMediaQuery(theme.breakpoints.up("md")); - const text = "Explore more fun stuff at Web3 Playground!"; + const text = "Explore more fun stuff at Web3 Playground!"; // TODO(jill): update the copy const learnMoreButton = (