From 0959437c0ab33782629f6b3d55ed0385c667b3d3 Mon Sep 17 00:00:00 2001 From: dinq Date: Mon, 1 Sep 2025 20:37:30 +0800 Subject: [PATCH] comment: temporarily disable email subscribe sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment out email subscription functionality in newsletter and CTA components as it's not implemented yet. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- apps/www/src/components/landing/cta.astro | 3 ++- apps/www/src/components/landing/newsletter.astro | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/www/src/components/landing/cta.astro b/apps/www/src/components/landing/cta.astro index b0425854..6686ea16 100644 --- a/apps/www/src/components/landing/cta.astro +++ b/apps/www/src/components/landing/cta.astro @@ -105,7 +105,7 @@ import Vue from "@/assets/logos/vue.svg" - + diff --git a/apps/www/src/components/landing/newsletter.astro b/apps/www/src/components/landing/newsletter.astro index ef7cc365..39624fb3 100644 --- a/apps/www/src/components/landing/newsletter.astro +++ b/apps/www/src/components/landing/newsletter.astro @@ -3,6 +3,7 @@ import { Button } from "@ui/react/button" import { Input } from "@ui/react/input" --- + \ No newline at end of file