Skip to content

Commit

Permalink
add product hunt button
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj Karadža authored and Juraj Karadža committed Jan 4, 2024
1 parent 7be8ba3 commit 7d63fd9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ const config = {
// Replace with your project's social card
image: 'img/which-would-you-prefer.png',
announcementBar: {
backgroundColor: '#10357A',
textColor: '#FFF',
backgroundColor: '#ff6154',
textColor: '#ffffff',
isCloseable: false,

content:
'⭐ Help us shine brighter by showing your support - give us a star on <a href="https://github.com/cyclops-ui/cyclops">GitHub</a>! ⭐',
'🔔 We are launching our first release on <a href="https://www.producthunt.com/posts/cyclops">Product Hunt</a> - show us your support 🔔',
},
navbar: {
title: 'Cyclops',
Expand Down
9 changes: 9 additions & 0 deletions web/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ function HomepageHeader() {
Join the community
</Link>
</div>
<div>
<a href="https://www.producthunt.com/posts/cyclops?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-cyclops">
<img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=432719&theme=light"
alt="Cyclops - Developer&#0032;Friendly&#0032;Kubernetes | Product Hunt"
style={{ marginTop: "10px" }}
/>
</a>
</div>
</div>
</header>
);
Expand Down

0 comments on commit 7d63fd9

Please sign in to comment.