Skip to content

Commit

Permalink
Merge pull request #432 from refly-ai/feat/remove-ph-badge
Browse files Browse the repository at this point in the history
chore(ui): Remove Product Hunt badge from HeroHome and Sider components
  • Loading branch information
pftom authored Jan 28, 2025
2 parents 54c4d0e + c472b4f commit 7358051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/landing-page-partials/HeroHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function HeroHome() {
</div>
</div>

<div className="flex justify-center">
{/* <div className="flex justify-center">
<a
href="https://www.producthunt.com/posts/refly-3?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-refly&#0045;3"
target="_blank"
Expand All @@ -240,7 +240,7 @@ function HeroHome() {
loading="lazy"
/>
</a>
</div>
</div> */}

{/* Hero image */}
<div className="relative mt-6 flex justify-center overflow-hidden sm:mt-10">
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/components/layout/sider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export const SiderLayout = (props: { source: 'sider' | 'popover' }) => {
</div>
</a>

<a
{/* <a
href="https://www.producthunt.com/posts/refly-3?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-refly&#0045;3"
target="_blank"
rel="noopener noreferrer"
Expand All @@ -412,7 +412,7 @@ export const SiderLayout = (props: { source: 'sider' | 'popover' }) => {
className="w-[200px]"
loading="lazy"
/>
</a>
</a> */}

{/* <Alert
message={
Expand Down

0 comments on commit 7358051

Please sign in to comment.