Commit 4e7cd230 by Ravindra Kanojiya

updated meta description

1 parent 978f65f9
......@@ -7,7 +7,7 @@ import "react-toastify/dist/ReactToastify.css";
import { loadUser } from "../../redux/actions/userActions";
import { useDispatch, useSelector } from "react-redux";
const Layout = ({ children, title = "Zango", description = "" }) => {
const Layout = ({ children, title = "Zango", description = "Zango" }) => {
const dispatch = useDispatch();
useEffect(() => {
dispatch(loadUser());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!