Skip to content

Commit

Permalink
Merge pull request #64 from dragoni7/62-fix-image-path
Browse files Browse the repository at this point in the history
Fix landing import
  • Loading branch information
dragoni7 authored Sep 12, 2024
2 parents 99f782d + 7424f4c commit f1c5d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/routes/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit f1c5d28

Please sign in to comment.