Skip to content

Commit

Permalink
Remove Product Hunt link
Browse files Browse the repository at this point in the history
  • Loading branch information
avgupta456 committed Nov 26, 2024
1 parent c9f5ac2 commit 755e4c6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions frontend/src/pages/App/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,6 @@ 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

0 comments on commit 755e4c6

Please sign in to comment.