Skip to content

Commit

Permalink
Merge pull request #68 from MadanBhandari/fix/issue-67
Browse files Browse the repository at this point in the history
Problem: join up page is broken #67
  • Loading branch information
samuelralak authored Sep 19, 2019
2 parents 68f4184 + 9b01266 commit 7024ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/pages/Join.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const useStyles = makeStyles(theme => ({
export default function Join(props) {
const classes = useStyles();
const topNavStart = {
icon: (<Home />),
icon: (<HomeIcon />),
title: "Join",
func: () => {
props.history.push('/welcome')
Expand Down

0 comments on commit 7024ac5

Please sign in to comment.