summaryrefslogtreecommitdiff
path: root/client/src/components/Schedule.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/Schedule.tsx')
-rw-r--r--client/src/components/Schedule.tsx6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/components/Schedule.tsx b/client/src/components/Schedule.tsx
index fc1fb64..64140e4 100644
--- a/client/src/components/Schedule.tsx
+++ b/client/src/components/Schedule.tsx
@@ -6,6 +6,7 @@ import {
useMediaQuery,
useTheme,
} from '@mui/material';
+import divineShepherd from '/divine-shepherd.jpg';
import InsertInvitationIcon from '@mui/icons-material/InsertInvitation';
import { useAppDispatch } from '../hooks';
import { showDialog } from '../slices/uiSlice';
@@ -26,12 +27,9 @@ function Schedule() {
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
- backgroundImage: `url(${
- isMobile ? 'none' : '/small/divine-shepherd.webp'
- })`,
+ backgroundImage: `url(${isMobile ? 'none' : divineShepherd})`,
backgroundSize: 'cover',
}}
- data-large="/full/divine-shepherd.jpg"
>
<Paper
elevation={3}