We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a83a550 + d219b92 commit 23c8976Copy full SHA for 23c8976
src/views/Campout/DJLineUp.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable quotes */
2
/* eslint-disable no-unused-vars */
3
import React from 'react';
4
import { useTheme } from '@mui/material/styles';
@@ -21,6 +22,7 @@ const DJLineup = () => {
21
22
<FullScreenHeader
23
image={'https://static.baaahs.org/twunkerbell_backshot.jpeg'}
24
title={'DJ Lineup'}
25
+ text={`It wouldn't be a BAAAHS Campout without a sick lineup of DJs. Check out the 2025 lineup below.`}
26
/>
27
<Grid container marginTop={2} spacing={2} justifyContent="center">
28
<Grid container item xs={12} xl={8} spacing={2}>
0 commit comments