the new bg image didnt make it in last commit.

This commit is contained in:
luxumbra
2022-02-21 00:16:16 +00:00
committed by Scott Stevenson
parent 03a09c10e1
commit a926d24876

View File

@@ -8,7 +8,7 @@ import {
Text,
} from '@metafam/ds';
// import { animated } from '@react-spring/web';
import BackgroundImage from 'assets/landing/intro-background.png';
import BackgroundImage from 'assets/landing/sections/section-1.jpg';
import MetaGameLogo from 'assets/logo-new.png';
import { FullPageContainer } from 'components/Container';
import { useOnScreen } from 'lib/hooks/useOnScreen';