mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 17:27:54 +02:00
more actions (get started) (#822)
This commit is contained in:
parent
9f048c6d5a
commit
27515ece8e
@ -31,6 +31,9 @@ const NavBar = ({ logout, visualizer, toggleMode }: NavBarProps) => {
|
||||
</Typography>
|
||||
<Grid2 container sx={{ flexGrow: 1 }}>
|
||||
<Grid2 display="flex" justifyContent="right" size="grow">
|
||||
<Button variant="outline" color="inherit">CLICK HERE TO GET STARTED!</Button>
|
||||
</Grid2>
|
||||
<Grid2 display="flex" justifyContent="right">
|
||||
<Tooltip title="Toggle Interface Mode (Ctrl-`)">
|
||||
<Button color="inherit" onClick={handleClick}>{ visualizer ? <VisualizerIcon /> : <TabularIcon /> }</Button>
|
||||
</Tooltip>
|
||||
|
Loading…
x
Reference in New Issue
Block a user