Skip to content

Commit e09a6a9

Browse files
committed
whitespace pre line
1 parent 5e199c9 commit e09a6a9

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

app/events/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default async function EventPage({ params }: { params: { slug: string } }
1515
<div className="font-mono h-screen md:fixed font-thin mx-auto space-y-6 text-white grid grid-cols-1 md:grid-cols-2 pr-2">
1616

1717
{/*Left Col*/}
18-
<div className="md:sticky md:w-[90%] md:overflow-y-scroll md:h-screen scroll-smooth">
18+
<div className="md:sticky md:w-[90%] md:overflow-y-scroll md:h-screen whitespace-pre-line scroll-smooth">
1919
<h1 className="text-2xl">{event.title}</h1><br/>
2020
<p className="text-white/60">{event.date}</p><br/>
2121
<div className="relative">

lib/events.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export const events = [
44

55
{
6-
slug: "event-1",
6+
slug: "rip",
77
title: "Ich möchte dass meine Kinder in einer Welt ohne SPEAKEASY aufwachsen können.",
88
date: "January 4, 2024",
99
list: [`We kindly request your presence at the official burial ceremony of Speakeasy. Friday, January 5th 2024, from 6 to 8pm, you will have the chance to say goodbye, enjoy a final drink at the bar, and share both the good and bad memories.
@@ -17,7 +17,7 @@ See you soon!`],
1717
},
1818

1919
{
20-
slug: "event-2",
20+
slug: "klaerwerksfilm",
2121
title: `Speakeasy and Film Länder International Preis present the premiere screening of "KLÄRWERKSWERKSFILM" (Zum ersten Mal)`,
2222
date: "December 16, 2023",
2323
list:
@@ -34,7 +34,7 @@ See you soon!`],
3434
},
3535

3636
{
37-
slug: "event-3",
37+
slug: "musik",
3838
title: "Neue Musik & Altes Geld",
3939
date: "November 15, 2023",
4040
list:
@@ -60,7 +60,7 @@ Christoph Wiedemann`],
6060
]
6161
},
6262
{
63-
slug: "event-4",
63+
slug: "hobbykeller",
6464
title: "Der Kritische Hobbykeller",
6565
date: "September 30 - October 1, 2023",
6666
list:
@@ -125,7 +125,7 @@ Mit: Annabelle Agbo Godeau, Tobias Hohn, Kaya Pfaff
125125
},
126126

127127
{
128-
slug: "event-5",
128+
slug: "everything",
129129
title: "Everything we know",
130130
date: "July 14, 2023",
131131
list:
@@ -153,7 +153,7 @@ the caricature of Christoph Wiedemann`
153153
},
154154

155155
{
156-
slug: "event-6",
156+
slug: "desperateliving",
157157
title: "Desperate Living",
158158
date: "June 17, 2023",
159159
list:
@@ -174,7 +174,7 @@ Aske Olsen`, `night manager: Christoph Wiedemann`],
174174
},
175175

176176
{
177-
slug: "event-7",
177+
slug: "coldwar",
178178
title: "Der Kalte Krieg – ein bisschen aufgewärmt",
179179
date: "May 24, 2023",
180180
list:
@@ -195,7 +195,7 @@ Ode to Stanislaw Petrow`
195195
},
196196

197197
{
198-
slug: "event-8",
198+
slug: "clubmed",
199199
title: "Σρεακεαζγ - Club Med",
200200
date: "May 2, 2023",
201201
list:
@@ -216,7 +216,7 @@ Shoutout to Philipp for the excellent bruschetti!`],
216216
},
217217

218218
{
219-
slug: "event-9",
219+
slug: "beauty",
220220
title: "Speakeasy — The Beauty Within",
221221
date: "March 30, 2023",
222222
list:
@@ -288,7 +288,7 @@ Max Mayer`,
288288
},
289289

290290
{
291-
slug: "event-10",
291+
slug: "vape",
292292
title: "Die Wiedereinführung der Vapepflicht im Speakeasy",
293293
date: "March 11, 2023",
294294
list:
@@ -319,7 +319,7 @@ Max Mayer`,
319319
},
320320

321321
{
322-
slug: "event-11",
322+
slug: "gaensehaut",
323323
title: "Gänsehaut Feeling Poor im Speakeasy",
324324
date: "February 11, 2023",
325325
list:
@@ -356,7 +356,7 @@ Tom König & Ramon Quenders`,
356356
},
357357

358358
{
359-
slug: "event-12",
359+
slug: "franz",
360360
title: `Franz von Assisi: "Speakeasy"`,
361361
date: "January 28, 2023",
362362
list:
@@ -388,7 +388,7 @@ Tom König & Ramon Quenders`,
388388
},
389389

390390
{
391-
slug: "event-13",
391+
slug: "life",
392392
title: "Life's hard, Speakeasy",
393393
date: "January 13, 2023",
394394
list:
@@ -419,7 +419,7 @@ Tom König & Ramon Quenders`,
419419
},
420420

421421
{
422-
slug: "event-14",
422+
slug: "words",
423423
title: "If words dont't come easy, Speakeasy",
424424
date: "December 18, 2022",
425425
list:

0 commit comments

Comments
 (0)