mirror of
https://github.com/openziti/zrok.git
synced 2025-02-23 05:31:10 +01:00
first we need a really obnoxious button (#835)
This commit is contained in:
parent
122d00465b
commit
1ad6e23b96
@ -59,7 +59,7 @@ 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>
|
||||
<Button style={{ backgroundColor: "#9bf316", color: "black" }}>CLICK HERE TO GET STARTED!</Button>
|
||||
</Grid2>
|
||||
{ limited ? limitedIndicator : null }
|
||||
<Grid2 display="flex" justifyContent="right">
|
||||
|
Loading…
Reference in New Issue
Block a user