Skip to content

Commit d219b92

Browse files
author
alejot127
committed
fix missing text in header duh
1 parent ca86c77 commit d219b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/Campout/DJLineUp.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable quotes */
12
/* eslint-disable no-unused-vars */
23
import React from 'react';
34
import { useTheme } from '@mui/material/styles';
@@ -21,6 +22,7 @@ const DJLineup = () => {
2122
<FullScreenHeader
2223
image={'https://static.baaahs.org/twunkerbell_backshot.jpeg'}
2324
title={'DJ Lineup'}
25+
text={`It wouldn't be a BAAAHS Campout without a sick lineup of DJs. Check out the 2025 lineup below.`}
2426
/>
2527
<Grid container marginTop={2} spacing={2} justifyContent="center">
2628
<Grid container item xs={12} xl={8} spacing={2}>

0 commit comments

Comments
 (0)