Skip to content

Commit 2964dd9

Browse files
committed
update
1 parent 7e9de4e commit 2964dd9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/components/Sidebar/Sidebar.jsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,21 @@ function Sidebar() {
8383
Unlock the Power of DevDisplay
8484
</button>
8585
</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>
86101
</div>
87102
);
88103
}

0 commit comments

Comments
 (0)