text change
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s

This commit is contained in:
freakoverse 2024-08-17 14:31:40 +00:00
parent b73f3632df
commit 8395d4fc31

View File

@ -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'
}
]