update date list, change news list grid
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { getClient } from "@/app/client";
|
||||
import { Blocks } from "@/components/blocks/Blocks";
|
||||
import { DateList, DateListDemo } from "@/components/events/DateList";
|
||||
import { DateList } from "@/components/events/DateList";
|
||||
import { DateListOld } from "@/components/events/DateListOld";
|
||||
import { EventHeader } from "@/components/events/EventHeader";
|
||||
import { BgPig } from "@/components/general/BgPig";
|
||||
@@ -57,7 +57,6 @@ export default async function Page({ params }: { params: { slug: string } }) {
|
||||
<EventHeader event={event} />
|
||||
<section className="pageContent">
|
||||
<DateList event={event} />
|
||||
<DateListDemo />
|
||||
<DateListOld />
|
||||
<Blocks blocks={event.body} />
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user