From d9c3c20350d98f8bb70985423cc84f6b1fc68af4 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 3 Apr 2022 22:11:26 -0400 Subject: [PATCH] Publish message button --- web/src/components/Navigation.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/src/components/Navigation.js b/web/src/components/Navigation.js index 2f6a932..d6d4171 100644 --- a/web/src/components/Navigation.js +++ b/web/src/components/Navigation.js @@ -19,7 +19,7 @@ import routes from "./routes"; import {ConnectionState} from "../app/Connection"; import {useLocation, useNavigate} from "react-router-dom"; import subscriptionManager from "../app/SubscriptionManager"; -import {ChatBubble, NotificationsOffOutlined} from "@mui/icons-material"; +import {ChatBubble, NotificationsOffOutlined, Send} from "@mui/icons-material"; import Box from "@mui/material/Box"; import notifier from "../app/Notifier"; import config from "../app/config"; @@ -118,9 +118,13 @@ const NavList = (props) => { + setSubscribeDialogOpen(true)}> + + + setSubscribeDialogOpen(true)}> - +