diff --git a/db/db.json b/db/db.json
index 34f6f97..15f58aa 100644
--- a/db/db.json
+++ b/db/db.json
@@ -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": [
diff --git a/ui/public/pages/Events.js b/ui/public/pages/Events.js
index 5772e28..e6e8014 100644
--- a/ui/public/pages/Events.js
+++ b/ui/public/pages/Events.js
@@ -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.
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.
Admission: $30 for men, women are free.`)
+ p(`Join us in Austin, Texas for a great dance, with free drinks and live music.
Admission: $30 for men, women are free.`)
.marginRight(4, em)
button("Tickets Available Soon")