diff --git a/src/components/ProfileSection.tsx b/src/components/ProfileSection.tsx index 60acad7..0b15bad 100644 --- a/src/components/ProfileSection.tsx +++ b/src/components/ProfileSection.tsx @@ -179,17 +179,17 @@ const posts: Post[] = [ { name: 'User name', link: `feed-note.html`, - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts` + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts` }, { - name: 'Freakoverse', + name: 'User name', link: 'feed-note.html', - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts` + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts` }, { - name: 'Freakoverse', + name: 'User name', link: `feed-note.html`, - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts`, + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts`, imageUrl: '/assets/img/DEGMods%20Placeholder%20Img.png' } ]