Add videos listing page
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Guide(props: GuideProps) {
|
||||
<ContentPageHeader
|
||||
title={guide.title}
|
||||
subtitle={guide.description}
|
||||
formattedDate={guide.formattedUpdatedAt}
|
||||
formattedDate={guide.formattedUpdatedAt!}
|
||||
author={{
|
||||
twitter: guide?.author?.twitter!,
|
||||
picture: guide?.author?.picture!,
|
||||
|
Reference in New Issue
Block a user