Skip to content

Commit

Permalink
[banner] add refereral source for GA tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
jillxuu committed Jul 19, 2023
1 parent f90da07 commit 4578710
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/LandingPage/Components/PlaygroundBanner.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@aptos-labs/aptos-names-connector/dist/index.css";
import {Banner} from "../../../components/Banner";
import {
Button,
Expand All @@ -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 = (
<Button
href="https://aptos-playground.web.app"
href="https://playground.dev.gcp.aptosdev.com/?utm_source=explorer&utm_medium=banner" // TODO(jill): update to the production URL
variant="text"
target="_blan"
target="_blank"
sx={{alignSelf: "flex-start", transform: `translateX(-0.5rem)`}}
>
<Typography>LEARN MORE</Typography>
Expand Down

0 comments on commit 4578710

Please sign in to comment.