Add Toastify customizations to global CSS to reduce need for inline styling.
Improve theme handling in LyricSearch component
This commit is contained in:
@@ -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" },
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user