diff --git a/web/src/components/LandingSection/LandingSection.js b/web/src/components/LandingSection/LandingSection.js index 5920f37..4dcd5f5 100644 --- a/web/src/components/LandingSection/LandingSection.js +++ b/web/src/components/LandingSection/LandingSection.js @@ -173,7 +173,7 @@ const LandingSection = () => { -
+
See what other's have created { return ( -
+
    { +const UserProfile = ({ user, isEditable, loading, onSave, error, parts }) => { const { currentUser } = useAuth() const canEdit = currentUser?.sub === user.id useEffect(() => { @@ -91,6 +91,10 @@ const UserProfile = ({ user, isEditable, loading, onSave, error }) => { />
+
+

Parts:

+ +
)