mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9311f0a183
11 changed files with 141 additions and 67 deletions
|
|
@ -13,7 +13,7 @@ export function TypeIcon({
|
|||
<>
|
||||
<img
|
||||
src={`${process.env.basePath || ''}/images/${type}/${
|
||||
value.replaceAll(' ', '-').toLowerCase() || 'unknown'
|
||||
value?.replaceAll(' ', '-').toLowerCase() || 'unknown'
|
||||
}.png`}
|
||||
alt={value}
|
||||
width={type === 'country' ? undefined : 16}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue