mirror of
https://github.com/mue/mue.git
synced 2026-07-22 00:07:23 +02:00
feat(MainModal): initialize currentSubSection with deepLinkData if available
fix(ModalTopBar): enhance accessibility for breadcrumb navigation refactor(Header): remove back navigation title for cleaner header display
This commit is contained in:
@@ -67,14 +67,6 @@ function Header(props) {
|
||||
return (
|
||||
<div className="modalHeader">
|
||||
<span className="mainTitle">
|
||||
{props.secondaryTitle && (
|
||||
<>
|
||||
<span className="backTitle" onClick={props.goBack}>
|
||||
{props.title}
|
||||
</span>
|
||||
<MdOutlineKeyboardArrowRight />
|
||||
</>
|
||||
)}
|
||||
{props.secondaryTitle || props.title}
|
||||
</span>
|
||||
<div className="headerActions">
|
||||
|
||||
Reference in New Issue
Block a user