mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
Sticky metrics header. CSS updates.
This commit is contained in:
parent
a65f637df2
commit
9c5762b8a2
16 changed files with 193 additions and 104 deletions
|
|
@ -19,14 +19,14 @@ export default function WebsiteList() {
|
|||
<div className={styles.container}>
|
||||
{data &&
|
||||
data.websites.map(({ website_id, website_uuid, label }) => (
|
||||
<>
|
||||
<div key={website_id}>
|
||||
<h2>
|
||||
<Link href={`/${website_uuid}`}>
|
||||
<a>{label}</a>
|
||||
</Link>
|
||||
</h2>
|
||||
<WebsiteChart key={website_id} title={label} websiteId={website_id} />
|
||||
</>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue