mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
refactor: remove svgr
This commit is contained in:
parent
910f165103
commit
b37f39fbb4
89 changed files with 5614 additions and 6397 deletions
|
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
import { languages } from 'lib/lang';
|
||||
import useLocale from 'hooks/useLocale';
|
||||
import MenuButton from 'components/common/MenuButton';
|
||||
import Globe from 'assets/globe.svg';
|
||||
import Globe from 'assets/globe';
|
||||
import styles from './LanguageButton.module.css';
|
||||
|
||||
export default function LanguageButton() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue