[PR #15] [MERGED] Remove Product Hunt badge from landing page #16

Closed
opened 2026-03-03 13:49:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/higgins/gitpushups.com/pull/15
Author: @higgins
Created: 1/7/2026
Status: Merged
Merged: 1/7/2026
Merged by: @higgins

Base: mainHead: codex/remove-product-hunt-badge


📝 Commits (1)

  • f959c7f Remove Product Hunt badge

📊 Changes

2 files changed (+0 additions, -190 deletions)

View changed files

📝 app/page.tsx (+0 -2)
src/components/ProductHunt.tsx (+0 -188)

📄 Description

Motivation

  • Remove the Product Hunt badge UI from the public landing page and eliminate the now-unused badge component.
  • Clean up imports and reduce UI clutter from a temporary/promotion element.

Description

  • Removed the ProductHunt import and the <ProductHunt /> usage from app/page.tsx.
  • Deleted the component file src/components/ProductHunt.tsx and its associated JSX/CSS.
  • Adjusted the landing page layout to no longer render the floating Product Hunt badge.

Testing

  • Started the dev server with npm run dev, which compiled the app (Google font fetches fell back due to network proxy but the app compiled).
  • Ran a Playwright script to load http://127.0.0.1:3000 and capture a screenshot of the landing page, producing artifacts/landing-no-product-hunt.png successfully.
  • No automated unit tests were present or run for this change.

Codex Task


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/higgins/gitpushups.com/pull/15 **Author:** [@higgins](https://github.com/higgins) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@higgins](https://github.com/higgins) **Base:** `main` ← **Head:** `codex/remove-product-hunt-badge` --- ### 📝 Commits (1) - [`f959c7f`](https://github.com/higgins/gitpushups.com/commit/f959c7fa36fc0e2b93d8cd235570a9563bd817ac) Remove Product Hunt badge ### 📊 Changes **2 files changed** (+0 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `app/page.tsx` (+0 -2) ➖ `src/components/ProductHunt.tsx` (+0 -188) </details> ### 📄 Description ### Motivation - Remove the Product Hunt badge UI from the public landing page and eliminate the now-unused badge component. - Clean up imports and reduce UI clutter from a temporary/promotion element. ### Description - Removed the `ProductHunt` import and the `<ProductHunt />` usage from `app/page.tsx`. - Deleted the component file `src/components/ProductHunt.tsx` and its associated JSX/CSS. - Adjusted the landing page layout to no longer render the floating Product Hunt badge. ### Testing - Started the dev server with `npm run dev`, which compiled the app (Google font fetches fell back due to network proxy but the app compiled). - Ran a Playwright script to load `http://127.0.0.1:3000` and capture a screenshot of the landing page, producing `artifacts/landing-no-product-hunt.png` successfully. - No automated unit tests were present or run for this change. ------ [Codex Task](https://chatgpt.com/codex/tasks/task_e_695dc5ebc07c83329b40d1d565b2635d) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:49:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitpushups.com#16
No description provided.