association styling progress
This commit is contained in:
@ -61,7 +61,7 @@ export default async function Page() {
|
||||
<main className="site-main" id="main">
|
||||
<PageHeader heading={index.title} lead={index.lead} />
|
||||
{index.body && <Blocks blocks={index.body} />}
|
||||
<AssociationList associations={associations} />
|
||||
<AssociationList associations={associations} heading="Foreninger og utvalg" />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user