From 8792f295b08d414a1085214d5e88f81bcabc2a54 Mon Sep 17 00:00:00 2001 From: Luccas Mateus de Medeiros Gomes Date: Fri, 12 May 2023 08:26:02 -0300 Subject: [PATCH] [examples/turing][xs] - fix header --- examples/turing/pages/[...slug].jsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/turing/pages/[...slug].jsx b/examples/turing/pages/[...slug].jsx index e8bb71c6..8bf167eb 100644 --- a/examples/turing/pages/[...slug].jsx +++ b/examples/turing/pages/[...slug].jsx @@ -6,7 +6,6 @@ import { Card } from '../components/Card' import Head from 'next/head' import parse from '../lib/markdown' import { Mermaid } from '@flowershow/core'; -import { Header } from '../components/Header'; export const getStaticProps = async ({ params }) => { const urlPath = params.slug ? params.slug.join('/') : '' @@ -82,15 +81,13 @@ export default function DRDPage({ mdxSource }) { ) return ( <> -
{meta.title} - -
+
-

+

{meta.title}