diff --git a/README.md b/README.md index b6b5165..4b5c5a5 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ Free meal planner for cooks short on ideas! (like me …) ## TO DO -- add sidenav on mobile -- send message after contact form validation (confirm to sender and msg+info to admin) -- code cleanup (props and refactoring) -- Back to top button -- Take a look at some components [here](http://react-materialize.github.io/react-materialize/?path=/story/css-grid--default) -- Breadcrumb +1. add sidenav on mobile +1. send message after contact form validation (confirm to sender and msg+info to admin) +1. Breadcrumb +1. code cleanup (props and refactoring) +1. Back to top button +1. Take a look at some components [here](http://react-materialize.github.io/react-materialize/?path=/story/css-grid--default) diff --git a/src/images/Chef.svg b/src/images/chef.svg similarity index 100% rename from src/images/Chef.svg rename to src/images/chef.svg diff --git a/src/pages/Profile.jsx b/src/pages/Profile.jsx index 21f4d78..96251ec 100644 --- a/src/pages/Profile.jsx +++ b/src/pages/Profile.jsx @@ -11,13 +11,20 @@ export const Profile = () => { ) : (
- Email: - {user.email} -
- {/*{JSON.stringify(user, null, 2)} */}
+ + Email: + {user.email} +
+ {/*{JSON.stringify(user, null, 2)} */}
+