From b434a084fe289244658c1b0782a39c9662a837e4 Mon Sep 17 00:00:00 2001 From: Ace <40604284+AceTheCreator@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:46:57 -0500 Subject: [PATCH] fix: updated form with name (#158) --- components/Form/subscription.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Form/subscription.js b/components/Form/subscription.js index ef4306f7..58648984 100644 --- a/components/Form/subscription.js +++ b/components/Form/subscription.js @@ -4,7 +4,7 @@ function Subscription() { return (
- +
)