File tree Expand file tree Collapse file tree
_components/MentorInvites Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ export default function MentorInvitesPanel() {
7676 Send a Tito invite to a single mentor by entering their details
7777 below.
7878 </ p >
79+ < p className = "text-sm text-red-500" >
80+ Note: This template includes Mentor Orientation materials.
81+ </ p >
7982 < MentorSingleInviteForm rsvpLists = { rsvpLists } releases = { releases } />
8083 </ div >
8184 ) : (
@@ -87,6 +90,9 @@ export default function MentorInvitesPanel() {
8790 </ span > { ' ' }
8891 to send Tito invites to multiple mentors at once.
8992 </ p >
93+ < p className = "text-sm text-red-500" >
94+ Note: This template includes Mentor Orientation materials.
95+ </ p >
9096 < MentorBulkInviteForm rsvpLists = { rsvpLists } releases = { releases } />
9197 </ div >
9298 ) }
Original file line number Diff line number Diff line change 11'use client' ;
22
33import { useState } from 'react' ;
4+ import Link from 'next/link' ;
45import JudgeSingleInviteForm from '../_components/JudgeInvites/JudgeSingleInviteForm' ;
56import JudgeBulkInviteForm from '../_components/JudgeInvites/JudgeBulkInviteForm' ;
67import MentorInvitesPanel from '../_components/MentorInvites/MentorInvitesPanel' ;
@@ -40,6 +41,13 @@ export default function InvitesPage() {
4041 Send a HackDavis Hub invite to a single judge by entering their
4142 details below.
4243 </ p >
44+ < p className = "text-sm text-red-500" >
45+ Note: This template includes Judge Orientation materials. Navigate{ ' ' }
46+ < Link href = "/admin/emergency-invites" className = "underline" >
47+ here
48+ </ Link > { ' ' }
49+ for one-time invites.
50+ </ p >
4351 < JudgeSingleInviteForm />
4452 </ section >
4553
@@ -54,6 +62,13 @@ export default function InvitesPage() {
5462 </ span > { ' ' }
5563 to send Hub invites to multiple judges at once.
5664 </ p >
65+ < p className = "text-sm text-red-500" >
66+ Note: This template includes Judge Orientation materials. Navigate{ ' ' }
67+ < Link href = "/admin/emergency-invites" className = "underline" >
68+ here
69+ </ Link > { ' ' }
70+ for one-time invites.
71+ </ p >
5772 < JudgeBulkInviteForm />
5873 </ section >
5974 </ div >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const action_links = [
1515 } ,
1616 {
1717 href : '/admin/score' ,
18- body : 'Score and Shortlist ' ,
18+ body : 'Shortlisted Teams ' ,
1919 } ,
2020 {
2121 href : '/admin/panels' ,
@@ -27,16 +27,16 @@ const action_links = [
2727 } ,
2828 {
2929 href : '/admin/emergency-invites' ,
30- body : 'Emergency Invites (hackers & judges) ' ,
30+ body : 'One-Time Invites' ,
3131 } ,
3232 {
3333 href : '/admin/randomize-projects' ,
3434 body : 'Randomize Projects' ,
3535 } ,
36- {
37- href : '/admin/announcements' ,
38- body : 'Announcements' ,
39- } ,
36+ // {
37+ // href: '/admin/announcements',
38+ // body: 'Announcements',
39+ // },
4040] ;
4141
4242const data_links = [
You can’t perform that action at this time.
0 commit comments