Skip to content

Commit

Permalink
first we need a really obnoxious button (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Feb 5, 2025
1 parent 122d004 commit 1ad6e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 1ad6e23

Please sign in to comment.