From f4fa83d2fe416f312a2644390629079662af9666 Mon Sep 17 00:00:00 2001
From: michelleyeoh
Date: Wed, 8 Apr 2026 23:10:46 -0700
Subject: [PATCH] rename admin panel tabs
---
.../MentorInvites/MentorInvitesPanel.tsx | 6 ++++++
app/(pages)/admin/invites/page.tsx | 15 +++++++++++++++
app/(pages)/admin/page.tsx | 12 ++++++------
3 files changed, 27 insertions(+), 6 deletions(-)
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.
+