We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d355343 commit b3bcf8aCopy full SHA for b3bcf8a
apps/site/src/app/admin/layout/Breadcrumbs.tsx
@@ -20,10 +20,10 @@ const pathTitles: PathTitles = {
20
directors: "Directors",
21
organizers: "Organizers",
22
"email-sender": "Email Sender",
23
- "zothacks-hackers": "ZotHacks Hacker Applications"
+ "zothacks-hackers": "ZotHacks Hacker Applications",
24
};
25
26
-const DEFAULT_ITEMS = [{ text: "IrvineHacks 2025", href: BASE_PATH }];
+const DEFAULT_ITEMS = [{ text: "Admin Dashboard", href: BASE_PATH }];
27
28
function Breadcrumbs() {
29
const pathname = usePathname();
0 commit comments