From ced008d54cdfdbbb2036ba4ec88c57ed04df4fb2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 17 Jan 2022 14:31:33 +0000 Subject: [PATCH] removed buttons from intro slide --- .../web/components/Landing/sections/Intro.tsx | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/packages/web/components/Landing/sections/Intro.tsx b/packages/web/components/Landing/sections/Intro.tsx index ad4e9533..75a4c897 100644 --- a/packages/web/components/Landing/sections/Intro.tsx +++ b/packages/web/components/Landing/sections/Intro.tsx @@ -1,7 +1,6 @@ -import { Box, Button, Image, Text, VStack } from '@metafam/ds'; +import { Box, Image, Text, VStack } from '@metafam/ds'; import BackgroundImage from 'assets/landing/intro-background.png'; import MetaGameLogo from 'assets/landing/synthlogo-2.svg'; -import { FaArrowDown } from 'react-icons/fa'; export const Intro: React.FC = () => ( ( > A Massive Online Coordination Game - - );