Skip to content
Snippets Groups Projects
Commit 8cd045fa authored by Joonas Seppä's avatar Joonas Seppä
Browse files

Adding temporary test buttons, to make sure that Heroku is running the most...

Adding temporary test buttons, to make sure that Heroku is running the most recent version of the App, so that deployment to Heroku is confirmed to work now
parent 4b9f38c0
Branches
No related tags found
No related merge requests found
Pipeline #61652 passed
...@@ -158,7 +158,9 @@ export default class App extends React.Component{ ...@@ -158,7 +158,9 @@ export default class App extends React.Component{
<Box sx={{textAlign: "center", paddingTop: 5}}> <Box sx={{textAlign: "center", paddingTop: 5}}>
<Input value={this.state.newMessage} onChange={(p) => this.setState({newMessage: p.target.value})}></Input> <Input value={this.state.newMessage} onChange={(p) => this.setState({newMessage: p.target.value})}></Input>
<Button /*color="success"*/ sx={{margin: 1.5}} variant="contained" endIcon={<SendIcon />} onClick={this.createMessage}>Send</Button> <Button /*color="success"*/ sx={{margin: 1.5}} variant="contained" endIcon={<SendIcon />} onClick={this.createMessage}>Send</Button>
<Button variant='contained'>TEST BUTTON</Button>
</Box> </Box>
<Button variant='contained'>TEST BUTTON</Button>
</Container> </Container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment