Skip to content

Commit

Permalink
Problem: join up page is broken #67
Browse files Browse the repository at this point in the history
Solution : Typo fixed
  • Loading branch information
MadanBhandari committed Sep 19, 2019
1 parent 68f4184 commit 9b01266
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 9b01266

Please sign in to comment.