misc messy design progress, fix table error, add more placeholder content to pages, etc
This commit is contained in:
@@ -52,7 +52,7 @@ export default async function Page({ params }: { params: { slug: string } }) {
|
||||
<>
|
||||
<main className="site-main" id="main">
|
||||
<EventHeader event={event} />
|
||||
<section className="page-content">
|
||||
<section className="pageContent">
|
||||
<DateList />
|
||||
<Blocks blocks={event.body} />
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user