diff --git a/src/app/routes/Landing.tsx b/src/app/routes/Landing.tsx index 988ee4d..ad1a289 100644 --- a/src/app/routes/Landing.tsx +++ b/src/app/routes/Landing.tsx @@ -4,7 +4,7 @@ import BungieLogin from '../../features/auth/BungieLogin'; import { regenerateTokens } from '../../lib/bungie_api/token-services'; import { isAuthenticated } from '../../lib/bungie_api/authorization'; import { Container, Grid, Paper, Box, Typography } from '@mui/material'; -import pyramidBackground from '../../assets/pyramid.jpg'; +import pyramidBackground from '/assets/pyramid.jpg'; import FeatureSlider from '../../components/FeatureSlider'; import { useScramble } from 'use-scramble';