mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
Funnel report styling.
This commit is contained in:
parent
cfe7089916
commit
3aee54009c
2 changed files with 10 additions and 7 deletions
|
|
@ -25,7 +25,7 @@ export function FunnelChart({ className }: FunnelChartProps) {
|
|||
<div className={styles.card}>
|
||||
<div className={styles.header}>
|
||||
<span className={styles.label}>
|
||||
{formatMessage(type === 'url' ? labels.viewedPage : labels.triggeredEvent)}:
|
||||
{formatMessage(type === 'url' ? labels.viewedPage : labels.triggeredEvent)}
|
||||
</span>
|
||||
<span className={styles.item}>{value}</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue