Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 755e4c6

Browse files
committed
Remove Product Hunt link
1 parent c9f5ac2 commit 755e4c6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

‎frontend/src/pages/App/Header.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,6 @@ const Header = ({ mode }) => {
101101
)}
102102
{/* Auth Pages: Sign Up, Log In, Log Out */}
103103
<div className="hidden md:flex ml-auto items-center text-base justify-center">
104-
{mode === 'wrapped' && (
105-
<a
106-
href="https://www.producthunt.com/posts/github-wrapped-2023?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-github&#0045;wrapped&#0045;2023"
107-
target="_blank"
108-
rel="noopener noreferrer"
109-
className="mr-3"
110-
>
111-
<img
112-
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=427801&theme=light"
113-
alt="GitHub Wrapped | Product Hunt"
114-
className="w-32 h-8"
115-
/>
116-
</a>
117-
)}
118104
{isAuthenticated ? (
119105
<>
120106
{mode === 'trends' && (

0 commit comments

Comments
 (0)