From 8395d4fc31f8fb5b4107e610776cdf770413cbae Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sat, 17 Aug 2024 14:31:40 +0000 Subject: [PATCH] text change --- src/components/ProfileSection.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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' } ]