first we need a really obnoxious button (#835)

This commit is contained in:
Michael Quigley 2025-02-05 15:04:37 -05:00
parent 122d00465b
commit 1ad6e23b96
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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">