File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -101,20 +101,6 @@ const Header = ({ mode }) => {
101
101
) }
102
102
{ /* Auth Pages: Sign Up, Log In, Log Out */ }
103
103
< 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
- ) }
118
104
{ isAuthenticated ? (
119
105
< >
120
106
{ mode === 'trends' && (
You can’t perform that action at this time.
0 commit comments