mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
add active website tracking with pin icon
This commit is contained in:
parent
1225473c20
commit
65c4627900
6 changed files with 52 additions and 10 deletions
|
|
@ -19,6 +19,7 @@ import Moon from 'assets/moon.svg';
|
|||
import Nodes from 'assets/nodes.svg';
|
||||
import Overview from 'assets/overview.svg';
|
||||
import Profile from 'assets/profile.svg';
|
||||
import PushPin from 'assets/pushpin.svg';
|
||||
import Reports from 'assets/reports.svg';
|
||||
import Sun from 'assets/sun.svg';
|
||||
import User from 'assets/user.svg';
|
||||
|
|
@ -47,6 +48,7 @@ const icons = {
|
|||
Nodes,
|
||||
Overview,
|
||||
Profile,
|
||||
PushPin,
|
||||
Reports,
|
||||
Sun,
|
||||
User,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue