Small edits, fixing bug with app spawning, working on forum page
This commit is contained in:
@@ -12,7 +12,12 @@ class Events extends Shadow {
|
||||
render() {
|
||||
VStack(() => {
|
||||
|
||||
(window.isMobile() ? VStack : HStack)(() => {
|
||||
p("Public Events")
|
||||
.fontSize(1.2, em)
|
||||
.marginBottom(2, em)
|
||||
|
||||
const Stack = window.isMobile() ? VStack : HStack
|
||||
Stack(() => {
|
||||
|
||||
VStack(() => {
|
||||
p(`January 2, 2025`)
|
||||
@@ -24,8 +29,8 @@ class Events extends Shadow {
|
||||
|
||||
})
|
||||
|
||||
p(`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.`)
|
||||
.marginTop(1, em)
|
||||
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: $50 for men, women are free.`)
|
||||
.marginRight(4, em)
|
||||
|
||||
button("Buy Ticket")
|
||||
.color("var(--darkbrown")
|
||||
|
||||
Reference in New Issue
Block a user