mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 07:56:12 +02:00
ui: first pass on redesign (#228)
This commit is contained in:
@@ -4,6 +4,7 @@ import { Header } from "../components/Header"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import { SEO } from "../components/SEO"
|
||||
import { humanize } from "../utils"
|
||||
import { PageContent } from "../components/PageContent"
|
||||
|
||||
// @todo maybe find alternative type for data
|
||||
const Archive: FC<any> = ({ data }) => {
|
||||
@@ -21,8 +22,9 @@ const Archive: FC<any> = ({ data }) => {
|
||||
title={title}
|
||||
createdAt={ctime}
|
||||
timeToRead={timeToRead}
|
||||
shifted={false}
|
||||
/>
|
||||
<Markdown content={html} />
|
||||
<PageContent content={<Markdown content={html} />} />
|
||||
</Fragment>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user