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.
+