From 363d83f9c620438259a0406bb70cfd9959a7fc73 Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Mon, 4 Oct 2021 15:48:49 -0400 Subject: [PATCH] bridge_ui: add FAQ link Change-Id: I124140e56ba32258c4b5e396f531977f9b5eb59b --- bridge_ui/src/App.js | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/bridge_ui/src/App.js b/bridge_ui/src/App.js index 254e1eb00..abc4be7fb 100644 --- a/bridge_ui/src/App.js +++ b/bridge_ui/src/App.js @@ -8,7 +8,7 @@ import { Tooltip, Typography, } from "@material-ui/core"; -import { GitHub, Publish, Send } from "@material-ui/icons"; +import { GitHub, Help, Publish, Send } from "@material-ui/icons"; import { Link as RouterLink, NavLink, @@ -30,7 +30,6 @@ const useStyles = makeStyles((theme) => ({ borderBottom: `1px solid ${theme.palette.divider}`, "& > .MuiToolbar-root": { margin: "auto", - height: 69, width: "100%", maxWidth: 1100, }, @@ -39,15 +38,22 @@ const useStyles = makeStyles((theme) => ({ flex: 1, width: "100vw", }, + logo: { + verticalAlign: "middle", + height: 52, + [theme.breakpoints.down("xs")]: { + height: 42, + }, + }, link: { ...theme.typography.body1, color: theme.palette.text.primary, marginLeft: theme.spacing(6), [theme.breakpoints.down("sm")]: { - marginLeft: theme.spacing(4), + marginLeft: theme.spacing(2.5), }, [theme.breakpoints.down("xs")]: { - marginLeft: theme.spacing(2), + marginLeft: theme.spacing(1), }, "&.active": { color: theme.palette.secondary.light, @@ -73,7 +79,7 @@ function App() { Wormhole Logo
@@ -112,6 +118,16 @@ function App() { + + + + +
@@ -135,6 +151,16 @@ function App() { + + + + +