-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add new copies and hero. * chore: added new copies and images for feature section * chore: replaced hero image with a compressed one. * chore: changed path of the callback for the maintainers page * chore: changed path * fixed: typo * chore: Reverted the recent changes to CTAs * chore: Updated maintainer page with the new images * Files cleaning * some fixes * swapped CTAs on the maintainers page * Changed link * feat: added PH badge
- Loading branch information
1 parent
07350b6
commit 503a68f
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import React from 'react' | ||
|
||
const PHBadge = () => { | ||
return ( | ||
<div className="fixed z-50 bottom-6 right-6 tablet:bottom-8 tablet:right-9 "> | ||
<a href="https://www.producthunt.com/posts/opensauced?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-opensauced" | ||
target="_blank"> | ||
<img | ||
className="w-36 tablet:w-60 tablet:h-12" | ||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=419250&theme=light" | ||
alt="OpenSauced - Optimize Your Open Source Project with Deep Insights | Product Hunt" | ||
/> | ||
</a> | ||
</div> | ||
) | ||
} | ||
|
||
export default PHBadge |