Updated snippet cards (WIP)

This commit is contained in:
Angelos Chalaris
2019-08-23 13:48:48 +03:00
parent 6990b61e44
commit d12e35a5c8
55 changed files with 456 additions and 501 deletions

View File

@@ -33,9 +33,10 @@ const SnippetPage = props => {
</AniLink>
<SnippetCard
snippetData={{
id: postData.id,
title: postData.title,
html: post.html,
code: postData.attributes.codeBlocks.code,
code: postData.attributes.codeBlocks,
tags: postData.attributes.tags,
}}
isDarkMode={props.isDarkMode}