From 1cdc73d2701285a8dbf556333d5250d3824f5204 Mon Sep 17 00:00:00 2001 From: Steph <35910788+huynhicode@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:25:23 -0700 Subject: [PATCH] remove product hunt badge --- packages/mermaid/src/docs/.vitepress/theme/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/mermaid/src/docs/.vitepress/theme/index.ts b/packages/mermaid/src/docs/.vitepress/theme/index.ts index 0409b4c77..bc3094a46 100644 --- a/packages/mermaid/src/docs/.vitepress/theme/index.ts +++ b/packages/mermaid/src/docs/.vitepress/theme/index.ts @@ -23,7 +23,6 @@ export default { return h(Theme.Layout, null, { // Keeping this as comment as it took a lot of time to figure out how to add a component to the top bar. 'home-hero-before': () => h(TopBar), - 'home-hero-info-before': () => h(ProductHuntBadge), 'home-features-after': () => h(HomePage), 'doc-before': () => h(TopBar), });