remove product hunt badge

This commit is contained in:
Steph 2024-07-29 00:25:23 -07:00
parent 4694ec08d3
commit 1cdc73d270

View File

@ -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),
});