Added more grouping options for Library and Contents #9

Merged
DrMint merged 6 commits from develop into main 2022-03-11 00:43:42 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 0a02534c05 - Show all commits

View File

@ -34,8 +34,10 @@ export default function ReturnButton(props: ReturnButtonProps): JSX.Element {
<Button
onClick={() => appLayout.setSubPanelOpen(false)}
href={props.href}
className="grid grid-flow-col gap-2"
>
&emsp;{props.langui.return_to} {props.title}
<span className="material-icons">navigate_before</span>
{props.langui.return_to} {props.title}
</Button>
{props.horizontalLine && <HorizontalLine />}
</div>