This commit is contained in:
metacryst
2025-12-01 03:14:59 -06:00
2 changed files with 8 additions and 3 deletions

View File

@@ -355,6 +355,11 @@
"sentBy": "MEMBER-2",
"time": "11.25.2025-6:43:280160pm"
},
"POST-HY-5": {
"text": "asd",
"sentBy": "MEMBER-2",
"time": "11.25.2025-9:02:490950pm"
},
"CONVERSATION-1": {
"id": 1,
"between": [

View File

@@ -2,7 +2,7 @@ class Events extends Shadow {
events = [
{
date: `January 2, 2025`,
date: `January 23, 2025`,
title: `Hyperia Winter Ball`,
description: `Join us in Austin, Texas for a dance. Live music and drinks will be included. <br>Admission for men is $50, women are free. Open to the public.`,
location: `Austin, TX`
@@ -20,7 +20,7 @@ class Events extends Shadow {
Stack(() => {
VStack(() => {
p(`January 2, 2025`)
p(`January 23, 2025`)
p(`Hyperia Winter Ball`)
.fontSize(1.2, em)
@@ -29,7 +29,7 @@ class Events extends Shadow {
})
p(`Join us in Austin, Texas for a great dance, with free drinks and live music by Boerne's own Noah Kurtis. <br><br>Admission: $30 for men, women are free.`)
p(`Join us in Austin, Texas for a great dance, with free drinks and live music. <br><br>Admission: $30 for men, women are free.`)
.marginRight(4, em)
button("Tickets Available Soon")