mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
refactor: remove svgr
This commit is contained in:
parent
910f165103
commit
b37f39fbb4
89 changed files with 5614 additions and 6397 deletions
|
|
@ -8,7 +8,7 @@ import RefreshButton from 'components/common/RefreshButton';
|
|||
import ButtonLayout from 'components/layout/ButtonLayout';
|
||||
import Favicon from 'components/common/Favicon';
|
||||
import ActiveUsers from './ActiveUsers';
|
||||
import Arrow from 'assets/arrow-right.svg';
|
||||
import Arrow from 'assets/arrow-right';
|
||||
import styles from './WebsiteHeader.module.css';
|
||||
|
||||
export default function WebsiteHeader({ websiteId, title, domain, showLink = false }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue