From e5325201fdede88bb6d81a72e17ecf14a019b3aa Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Thu, 3 Aug 2023 15:50:56 +0200 Subject: [PATCH] fix: add action for cross site publish (#159) --- components/Form/subscription.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Form/subscription.js b/components/Form/subscription.js index 58648984..8a50b308 100644 --- a/components/Form/subscription.js +++ b/components/Form/subscription.js @@ -2,7 +2,7 @@ import React from 'react' function Subscription() { return ( -
+ @@ -10,4 +10,4 @@ function Subscription() { ) } -export default Subscription \ No newline at end of file +export default Subscription