Merge branch 'main' into mpower

# Conflicts:
#	src/ui-component/Logo.js
mpower
Kurt92 2 years ago
commit 996098016e

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -1,8 +1,16 @@
// material-ui
import { useTheme } from '@mui/material/styles';
import Llogo from '../assets/images/logo/lightLogo.png';
import Dlogo from '../assets/images/logo/darkLogo.png';
/**
* if you want to use image instead of <svg> uncomment following.
*
* import logoDark from 'assets/images/logo-dark.svg';
* import logo from 'assets/images/logo.svg';
*
*/
import Llogo from '../assets/images/logo/lightLogoNew.png';
import Dlogo from '../assets/images/logo/darkLogoNew.png';
// ==============================|| LOGO SVG ||============================== //
const Logo = () => {

Loading…
Cancel
Save