From 90894ead99f10d0a9cd58f3b2a584f1b83e0f678 Mon Sep 17 00:00:00 2001 From: Ashmit Jagtap Date: Mon, 15 Apr 2024 16:59:33 +0530 Subject: [PATCH] added Subscribe section (#305) --- components/Form/subscription.js | 2 +- pages/index.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/Form/subscription.js b/components/Form/subscription.js index 7cd56758..11223969 100644 --- a/components/Form/subscription.js +++ b/components/Form/subscription.js @@ -6,7 +6,7 @@ function Subcription() {

- Subscribe for AACoT’23 updates! + Subscribe for AACoT’24 updates!

); }