mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Update report parameters.
This commit is contained in:
parent
22d477b98b
commit
64c6d73b77
10 changed files with 44 additions and 40 deletions
|
|
@ -5,7 +5,7 @@ import styles from './PageHeader.module.css';
|
|||
export function PageHeader({ title, children, className }) {
|
||||
return (
|
||||
<div className={classNames(styles.header, className)}>
|
||||
<div className={styles.title}>{title}</div>
|
||||
{title && <div className={styles.title}>{title}</div>}
|
||||
<div className={styles.actions}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue