Skip to content

Commit 7728f24

Browse files
yethikrishnaclaude
andcommitted
fix: hide Y Combinator and Product Hunt badges from public view
Added 'hidden' CSS class to the badges container - code is preserved but not visible to users. Can be re-enabled by removing the class. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b5d31a0 commit 7728f24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/src/components/ui/landing/testimonials-section.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ export function TestimonialsSection() {
134134
</div>
135135
</div>
136136

137-
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 mt-8">
137+
{/* YC and Product Hunt badges - hidden from public view */}
138+
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 mt-8 hidden">
138139
<div className="flex flex-col md:flex-row items-center justify-center md:space-x-12 space-y-8 md:space-y-0">
139140
<div className="flex flex-col items-center">
140141
<p className={SECTION_THEMES.testimonials.textColor}>Backed by</p>

0 commit comments

Comments
 (0)