Add new greetings.

This commit is contained in:
Trenton Zimmer
2024-06-11 21:21:42 -04:00
parent 55a1cb5d28
commit e83a8e98aa
2 changed files with 22 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ const username = computed(() => props.username);
<img
:src="avatar"
:alt="username"
width="200"
height="200"
class="w-full h-auto bg-gray-100 dark:bg-slate-800 rounded-full overflow-hidden"
/>
<!-- <img

View File

@@ -253,5 +253,25 @@
"author": "Manamaster",
"header": "Have you played portal on the Xbox 360 <username>?",
"comment": "Its ffffffrrrrrreeeeeeeeeee"
},
{
"author": "Ho",
"header": "You showed us the ultimate <username>! Thank you very much.",
"comment": "I can't stop crying buckets of tears! *sobs*"
},
{
"author": "Ho",
"header": "I can see a dream in your dance. I can see <username> in your dance.",
"comment": "We can call it \"our hope.\""
},
{
"author": "Ho",
"header": "Your thundering sound became the flash <username> that pierces soul of crowd,",
"comment": "get the whole world into the Voltex...next generation music game."
},
{
"author": "snowy324",
"header": "R U ready 2 go insida DJ Box, <username>?",
"comment": "~EZ2DJ was there~"
}
]