From dac7d03d055204d8f4af9527a9ff0cd0aa6d2428 Mon Sep 17 00:00:00 2001 From: Luccas Mateus de Medeiros Gomes Date: Fri, 5 May 2023 09:12:31 -0300 Subject: [PATCH] [learn-example][sm] - remove console.log and fix typo --- examples/learn-example/pages/[[...path]].tsx | 1 - site/content/docs/index.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/learn-example/pages/[[...path]].tsx b/examples/learn-example/pages/[[...path]].tsx index 6783edf6..d0a5fb92 100644 --- a/examples/learn-example/pages/[[...path]].tsx +++ b/examples/learn-example/pages/[[...path]].tsx @@ -98,7 +98,6 @@ export default function DatasetPage({ mdxSource, frontMatter }) { {frontMatter.files.map((f) => { const fileName = f.split('/').slice(-1); - console.log(fileName); return ( diff --git a/site/content/docs/index.md b/site/content/docs/index.md index 6b7bcf80..38e44ed5 100644 --- a/site/content/docs/index.md +++ b/site/content/docs/index.md @@ -219,7 +219,7 @@ List of available datasets: You now have a filter in your page with all possible values automatically added to it. -![](https://i.imgur.com/72aHZkD.png) +![](https://i.imgur.com/p2miSdg.png) ## Showing metadata