web client v0.5
//notifications //delete restaurant //change picture //redesigned data store
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
import logo from "../../public/logo_mint.svg";
|
||||
import React from "react";
|
||||
import { useSelector } from "react-redux";
|
||||
|
||||
export default function LogoMain() {
|
||||
let appMode = useSelector((store) => store.appMode);
|
||||
|
||||
if (appMode === "init") {
|
||||
return <img src={logo} alt="Menui logo" className="logo" />;
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
return <img src={logo} alt="Menui logo" className="logo" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user