diff --git a/jest/__fixtures__/link.json b/jest/__fixtures__/link.json index bb069a77..e09f93c4 100644 --- a/jest/__fixtures__/link.json +++ b/jest/__fixtures__/link.json @@ -3,7 +3,6 @@ "html": "
An awesome creative idea for a blog post about Web-Design from Joshua Clanton:
\n\n", "excerpt": "An awesome creative idea for a blog post about Web-Design from Joshua Clanton: Leonardo Da Vinci was one of the greatest artists of theā¦", "frontmatter": { - "type": "link", "title": "6 Web Design Tips from Leonardo da Vinci", "image": null, "toc": null, @@ -15,6 +14,7 @@ "changelog": null }, "fields": { + "type": "link", "slug": "/6-web-design-tips-from-leonardo-da-vinci", "date": "2008-04-04T18:43:05.000Z", "githubLink": "https://github.com/kremalicious/blog/tree/main/content/posts/2008-04-04-6-web-design-tips-from-leonardo-da-vinci.md" diff --git a/src/components/templates/Page.tsx b/src/components/templates/Page.tsx index 780dd1ea..bec5399f 100644 --- a/src/components/templates/Page.tsx +++ b/src/components/templates/Page.tsx @@ -1,4 +1,4 @@ -import React, { ReactChildren, ReactElement, ReactNode } from 'react' +import React, { ReactElement, ReactNode } from 'react' import { Helmet } from 'react-helmet' import { Post } from '../../@types/Post' import SEO from '../atoms/SEO'Leonardo Da Vinci was one of the greatest artists of the Renaissance, leaving behind a legacy that continues to inspire artists, scientists and others. Here are six things we can learn from him about web design.
\n