From a412e7f030641e1ccd4f36f0471617391337d85a Mon Sep 17 00:00:00 2001 From: martincai8 Date: Wed, 13 Nov 2024 14:07:05 -0800 Subject: [PATCH] might as well set nwHacks to up next LOL --- src/pages/HackathonSelection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HackathonSelection.jsx b/src/pages/HackathonSelection.jsx index 10abb75c..5a0e8adc 100644 --- a/src/pages/HackathonSelection.jsx +++ b/src/pages/HackathonSelection.jsx @@ -13,7 +13,7 @@ import nwplus_icon from '../assets/nwplus_icon.svg' import HackathonCard from '../components/HackathonCard' // one of 'HackCamp', 'nwHacks', 'cmd-f', or null (when we're done for the year) -const UP_NEXT_HACKATHON_NAME = 'HackCamp' +const UP_NEXT_HACKATHON_NAME = 'nwHacks' const HackathonSelectionContainer = styled.div` display: flex;