added alternative logo
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 62 KiB |
@@ -8,6 +8,7 @@ import {
|
|||||||
BiWrench,
|
BiWrench,
|
||||||
} from "react-icons/bi";
|
} from "react-icons/bi";
|
||||||
import Logo from "../assets/logo.svg";
|
import Logo from "../assets/logo.svg";
|
||||||
|
import LogoAlternative from "../assets/fully_alternative_logo.svg";
|
||||||
import {
|
import {
|
||||||
Switch,
|
Switch,
|
||||||
LoadingSpinner,
|
LoadingSpinner,
|
||||||
@@ -206,7 +207,7 @@ export function DX4App({
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<motion.img
|
<motion.img
|
||||||
src={Logo}
|
src={pickmeMode ? LogoAlternative : Logo}
|
||||||
alt="logo"
|
alt="logo"
|
||||||
width={100}
|
width={100}
|
||||||
draggable={false}
|
draggable={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user