Merge branch 'main' of https://git.sun.museum/sam/Hyperia
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user