Skip to content

Commit f0fd136

Browse files
committed
Opening up new treasurer position
1 parent 929d5ea commit f0fd136

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/components/Navigation/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function NavbarSection() {
8484
</div>
8585
</div>
8686
{/* Conditionally render banner based on path */}
87-
{location.pathname !== '/apply' && false && (
87+
{location.pathname !== '/apply' && true && (
8888
<div className="bg-gray-900/75 text-white text-center p-2 w-full">
8989
Officer positions are now open!{' '}
9090
<Link to="/apply" className="font-bold underline hover:text-soda-red">

src/pages/PositionOpenings.tsx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export default function Positions() {
177177

178178
<h2>Open Positions by Team</h2>
179179

180-
<Accordion type="single" collapsible className="w-full">
180+
<Accordion type="single" collapsible defaultValue="admin" className="w-full">
181181
<AccordionItem value="admin">
182182
<AccordionTrigger className="text-3xl font-semibold no-underline hover:no-underline py-4" showStar>
183183
Finance
@@ -194,8 +194,9 @@ export default function Positions() {
194194
</div>
195195
</AccordionContent>
196196
</AccordionItem>
197+
197198
<AccordionItem value="marketing">
198-
{/* Add showStar prop, remove HandDrawnStar component */}
199+
{/* Add showStar prop, remove HandDrawnStar component
199200
<AccordionTrigger className="text-3xl font-semibold no-underline hover:no-underline py-4" showStar>
200201
Marketing
201202
</AccordionTrigger>
@@ -262,11 +263,11 @@ export default function Positions() {
262263
url="https://qruil.com/job-detail/test-1742321001922"
263264
/>
264265
</div>
265-
</AccordionContent>
266+
</AccordionContent> */}
266267
</AccordionItem>
267268

268269
<AccordionItem value="industry-relations">
269-
{/* Add showStar prop, remove HandDrawnStar component */}
270+
{/* Add showStar prop, remove HandDrawnStar component
270271
<AccordionTrigger className="text-3xl font-semibold no-underline hover:no-underline py-4" showStar>
271272
Industry Relations
272273
</AccordionTrigger>
@@ -287,11 +288,11 @@ export default function Positions() {
287288
url="https://qruil.com/job-detail/industry-relations-officer-1743643231829"
288289
/>
289290
</div>
290-
</AccordionContent>
291+
</AccordionContent> */}
291292
</AccordionItem>
292293

293294
<AccordionItem value="development-engagement">
294-
{/* Add showStar prop, remove HandDrawnStar component */}
295+
{/* Add showStar prop, remove HandDrawnStar component
295296
<AccordionTrigger className="text-3xl font-semibold no-underline hover:no-underline py-4" showStar>
296297
Development & Engagement
297298
</AccordionTrigger>
@@ -313,11 +314,11 @@ export default function Positions() {
313314
url="https://qruil.com/job-detail/professional-development-and-community-engagement-specialist-(dande)-1742971838660"
314315
/>
315316
</div>
316-
</AccordionContent>
317+
</AccordionContent> */}
317318
</AccordionItem>
318319

319320
<AccordionItem value="technology">
320-
{/* Add showStar prop, remove HandDrawnStar component */}
321+
{/* Add showStar prop, remove HandDrawnStar component
321322
<AccordionTrigger className="text-3xl font-semibold no-underline hover:no-underline py-4" showStar>
322323
Technology
323324
</AccordionTrigger>
@@ -364,7 +365,7 @@ export default function Positions() {
364365
url="https://qruil.com/job-detail/technology-specialist-1742972015408"
365366
/>
366367
</div>
367-
</AccordionContent>
368+
</AccordionContent> */}
368369
</AccordionItem>
369370
<div />
370371
</Accordion>

0 commit comments

Comments
 (0)