Skip to content

Commit 9986f94

Browse files
committed
Update campout dates and register link.
1 parent a723e86 commit 9986f94

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Routes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const redirects = [
6666

6767
// 2024
6868
['/apply-2024', 'https://bit.ly/baaahs-2024-application'],
69-
['/campout/register', 'https://www.tickettailor.com/events/baaahs24/1596810'],
69+
// ['/campout/register', 'https://www.tickettailor.com/events/baaahs24/1596810'],
7070
[
7171
'/campout/perform',
7272
'https://docs.google.com/forms/d/e/1FAIpQLSdl2F0KIvLfD-qslgVMHLVmO4cckyoSjhE9LCieSymyegokyw/viewform?vc=0&c=0&w=1&flr=0',
@@ -78,6 +78,7 @@ const redirects = [
7878
// 2026
7979
['/apply', 'https://docs.google.com/forms/d/e/1FAIpQLSf-nBepcL9qLEoNDxatDGv_kFnkbzJZrrk_JAScloY_fB6ZYQ/viewform'],
8080
['/apply-2026', 'https://docs.google.com/forms/d/e/1FAIpQLSf-nBepcL9qLEoNDxatDGv_kFnkbzJZrrk_JAScloY_fB6ZYQ/viewform'],
81+
['/campout/register', 'https://www.tickettailor.com/events/baaahs24/2028695'],
8182
];
8283

8384
const Routes = () => {

src/views/Campout/Home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const CampoutHome = () => {
3737
<Main navItems={NavItems}>
3838
<Box gap={3}>
3939
<FullScreenHeader
40-
title={'BAAAHS Campout'}
40+
title={'BAAAHS Campout: SideQuest'}
4141
image="/images/resized/PXL_20230416_022706111.webp"
4242
logo="/images/resized/campout_logo_no_border.webp"
4343
text={
@@ -46,7 +46,7 @@ const CampoutHome = () => {
4646
marginTop={{ xs: '1em', md: '2em' }}
4747
style={{ fontFamily: 'Smooth Circulars', textAlign: 'center' }}
4848
>
49-
Memorial Day Weekend, May 23–26
49+
July 4th Weekend, July 2-5
5050
</Typography>
5151
<Box display="flex" justifyContent="center" mr={{ xs: 2, md: 8 }}>
5252
<Button

0 commit comments

Comments
 (0)