text and link and style changes, #11

Merged
freakoverse merged 15 commits from staging into master 2024-08-18 23:36:54 +00:00
Showing only changes of commit 8395d4fc31 - Show all commits

View File

@ -179,17 +179,17 @@ const posts: Post[] = [
{ {
name: 'User name', name: 'User name',
link: `feed-note.html`, 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', 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`, 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' imageUrl: '/assets/img/DEGMods%20Placeholder%20Img.png'
} }
] ]