Skip to content

Commit

Permalink
fixed button
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Apr 7, 2024
1 parent e79a9ee commit cb711f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Record.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const Record = () => {
<Button
variant="contained"
style={{ width: '100%', fontWeight: 'bold' }}
onClick={() => showHome}>
onClick={showHome}>
Home
</Button>
</Container>
Expand Down

0 comments on commit cb711f7

Please sign in to comment.