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 = (