add support for choosing a pig for events
This commit is contained in:
@@ -53,7 +53,7 @@ export default async function Page({ params }: { params: { slug: string } }) {
|
||||
<Blocks blocks={event.body} />
|
||||
</section>
|
||||
</main>
|
||||
<BgPig type="dance" color="white" />
|
||||
{event.pig && <BgPig type={event.pig} color="white" />}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user