- Get started by creating your own project, or see what projects other’s - have done. -
- - + Create Project - ++ Get started by creating your own project, or see what projects + other’s have done. +
+Loading projects...
const FlexContainer = styled.div` display: flex; align-items: center; + justify-content: center; padding: 12px; + + ${media.tablet` + justify-content: end; + `}; ` export const ProfileWrapper = ({ @@ -29,21 +33,21 @@ export const ProfileWrapper = ({ data: {loading, allProjects} }) => (Loading projects...
export const WelcomeWrapper = ({ loggedInUser, - signOut, data: {loading, allProjects} }) => (- We've added a new feature! You can now add photos along with your - posts. -
- - Sign out - - - + Create Project - ++ We've added a new feature! You can now add photos along with + your posts. +
+