Add Toastify customizations to global CSS to reduce need for inline styling.

Improve theme handling in LyricSearch component
This commit is contained in:
2025-07-31 19:53:45 -04:00
parent c513b15d13
commit 7a22d8056b
3 changed files with 59 additions and 49 deletions

View File

@@ -2,7 +2,7 @@ import React from "react";
export default function BreadcrumbNav({ currentPage }) {
const pages = [
{ key: "request", label: "Request Media", href: "." },
{ key: "request", label: "Request Media", href: "../" },
{ key: "management", label: "Manage Requests", href: "requests" },
];