Skip to content

Commit

Permalink
more actions (get started) (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Jan 15, 2025
1 parent 9f048c6 commit 27515ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui100/src/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 27515ec

Please sign in to comment.