From 478bb88546a3ec84edbdd16f07365d8deff5ac90 Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Tue, 29 Nov 2022 08:24:00 +0100 Subject: [PATCH] fix twitter meta tags --- app/head.tsx | 6 +++--- components/docs/mdx-head.tsx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/head.tsx b/app/head.tsx index 8c088b2..a945e66 100644 --- a/app/head.tsx +++ b/app/head.tsx @@ -13,10 +13,10 @@ export default function Head() { - - + + - + ) } diff --git a/components/docs/mdx-head.tsx b/components/docs/mdx-head.tsx index 79db7d0..ff15ee6 100644 --- a/components/docs/mdx-head.tsx +++ b/components/docs/mdx-head.tsx @@ -45,11 +45,11 @@ export default function MdxHead({ params, og }: MdxHeadProps) { - - - + + + - + ) }