Skip to content

Commit

Permalink
Merge pull request #352 from jlab-sensing/DemoButton
Browse files Browse the repository at this point in the history
Demo button
  • Loading branch information
aleclevy authored Oct 21, 2024
2 parents acf9528 + 0102a2a commit 8df48dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/pages/home/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ function About() {
>
Checkout live data
</Button>
<Button key='dashboard' onClick={() => navigate('/dashboard?cell_id=152')} sx={{ pl: '10px', pr: '10px' }}>
Demo
</Button>
<Button
sx={{ pl: '10px', pr: '10px' }}
key='map'
Expand Down

0 comments on commit 8df48dc

Please sign in to comment.