mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
Merge pull request #319 from bokub/feature/favicon
Add favicon to websites
This commit is contained in:
commit
8021d9d3fa
10 changed files with 151 additions and 114 deletions
|
|
@ -20,6 +20,7 @@ import { TOKEN_HEADER } from '../../lib/constants';
|
|||
export default function WebsiteChart({
|
||||
websiteId,
|
||||
title,
|
||||
domain,
|
||||
stickyHeader = false,
|
||||
showLink = false,
|
||||
onDataLoad = () => {},
|
||||
|
|
@ -66,7 +67,7 @@ export default function WebsiteChart({
|
|||
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<WebsiteHeader websiteId={websiteId} title={title} showLink={showLink} />
|
||||
<WebsiteHeader websiteId={websiteId} title={title} domain={domain} showLink={showLink} />
|
||||
<div className={classNames(styles.header, 'row')}>
|
||||
<StickyHeader
|
||||
className={classNames(styles.metrics, 'col row')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue