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