We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9de4e commit 2964dd9Copy full SHA for 2964dd9
src/components/Sidebar/Sidebar.jsx
@@ -83,6 +83,21 @@ function Sidebar() {
83
Unlock the Power of DevDisplay
84
</button>
85
</div>
86
+ <div className="flex flex-row flex-wrap items-center justify-center gap-2 pt-6">
87
+ <a
88
+ href="https://www.producthunt.com/posts/devdisplay?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-devdisplay"
89
+ target="_blank"
90
+ rel="noreferrer"
91
+ >
92
+ <img
93
+ src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=594879&theme=dark"
94
+ alt="DevDisplay - Global open source tech platform | Product Hunt"
95
+ style={{ width: '250px', height: '54px' }}
96
+ width="250"
97
+ height="54"
98
+ />
99
+ </a>
100
+ </div>
101
102
);
103
}
0 commit comments