mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated version check components and strings.
This commit is contained in:
parent
9f9208ad18
commit
57bb1cb655
20 changed files with 124 additions and 62 deletions
|
|
@ -16,7 +16,7 @@ export default function Header() {
|
|||
|
||||
return (
|
||||
<header className="container">
|
||||
{user && <UpdateNotice />}
|
||||
{user?.is_admin && <UpdateNotice />}
|
||||
<div className={classNames(styles.header, 'row align-items-center')}>
|
||||
<div className="col-12 col-md-12 col-lg-3">
|
||||
<div className={styles.title}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue