Skip to content

Commit

Permalink
Add Product Hunt
Browse files Browse the repository at this point in the history
  • Loading branch information
avgupta456 authored Dec 1, 2023
1 parent f52ce40 commit 7f7ae36
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontend/src/pages/App/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,20 @@ const Header = ({ mode }) => {
)}
{/* Auth Pages: Sign Up, Log In, Log Out */}
<div className="hidden md:flex ml-auto items-center text-base justify-center">
{mode === 'wrapped' && (
<a
href="https://www.producthunt.com/posts/github-wrapped-2023?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-github&#0045;wrapped&#0045;2023"
target="_blank"
rel="noopener noreferrer"
className="mr-3"
>
<img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=427801&theme=light"
alt="GitHub Wrapped | Product Hunt"
className="w-32 h-8"
/>
</a>
)}
{isAuthenticated ? (
<>
{mode === 'trends' && (
Expand Down

1 comment on commit 7f7ae36

@vercel
Copy link

@vercel vercel bot commented on 7f7ae36 Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.