Skip to content

Commit

Permalink
feat(docs): add producthunt banner
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Nov 23, 2024
1 parent 27a4ac6 commit 984ac7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ const config: DocsThemeConfig = {
link: "https://github.com/oktaysenkan/monicon",
},
docsRepositoryBase: "https://github.com/oktaysenkan/monicon",
banner: {
content: () => (
<a href="https://www.producthunt.com/posts/monicon" target="_blank">
Monicon is now featured on Product Hunt! 🚀
</a>
),
},
footer: {
content: (
<div
Expand Down

0 comments on commit 984ac7f

Please sign in to comment.