diff --git a/app/(pages)/admin/_components/MentorInvites/MentorInvitesPanel.tsx b/app/(pages)/admin/_components/MentorInvites/MentorInvitesPanel.tsx index 537d62ed6..e464af6f8 100644 --- a/app/(pages)/admin/_components/MentorInvites/MentorInvitesPanel.tsx +++ b/app/(pages)/admin/_components/MentorInvites/MentorInvitesPanel.tsx @@ -76,6 +76,9 @@ export default function MentorInvitesPanel() { Send a Tito invite to a single mentor by entering their details below.

+

+ Note: This template includes Mentor Orientation materials. +

) : ( @@ -87,6 +90,9 @@ export default function MentorInvitesPanel() { {' '} to send Tito invites to multiple mentors at once.

+

+ Note: This template includes Mentor Orientation materials. +

)} diff --git a/app/(pages)/admin/invites/page.tsx b/app/(pages)/admin/invites/page.tsx index 7e1aed0fc..b3c74ce72 100644 --- a/app/(pages)/admin/invites/page.tsx +++ b/app/(pages)/admin/invites/page.tsx @@ -1,6 +1,7 @@ 'use client'; import { useState } from 'react'; +import Link from 'next/link'; import JudgeSingleInviteForm from '../_components/JudgeInvites/JudgeSingleInviteForm'; import JudgeBulkInviteForm from '../_components/JudgeInvites/JudgeBulkInviteForm'; import MentorInvitesPanel from '../_components/MentorInvites/MentorInvitesPanel'; @@ -40,6 +41,13 @@ export default function InvitesPage() { Send a HackDavis Hub invite to a single judge by entering their details below.

+

+ Note: This template includes Judge Orientation materials. Navigate{' '} + + here + {' '} + for one-time invites. +

@@ -54,6 +62,13 @@ export default function InvitesPage() { {' '} to send Hub invites to multiple judges at once.

+

+ Note: This template includes Judge Orientation materials. Navigate{' '} + + here + {' '} + for one-time invites. +

diff --git a/app/(pages)/admin/page.tsx b/app/(pages)/admin/page.tsx index dba3f7e2c..679db6b26 100644 --- a/app/(pages)/admin/page.tsx +++ b/app/(pages)/admin/page.tsx @@ -15,7 +15,7 @@ const action_links = [ }, { href: '/admin/score', - body: 'Score and Shortlist', + body: 'Shortlisted Teams', }, { href: '/admin/panels', @@ -27,16 +27,16 @@ const action_links = [ }, { href: '/admin/emergency-invites', - body: 'Emergency Invites (hackers & judges)', + body: 'One-Time Invites', }, { href: '/admin/randomize-projects', body: 'Randomize Projects', }, - { - href: '/admin/announcements', - body: 'Announcements', - }, + // { + // href: '/admin/announcements', + // body: 'Announcements', + // }, ]; const data_links = [