From 674012b27b5bb2c0c8f76d4b7d27172b701a474d Mon Sep 17 00:00:00 2001 From: aggre Date: Thu, 15 Aug 2024 17:13:12 +0900 Subject: [PATCH] Style patch aggre (#2732) * style tweaking * tweaking --- .../PublishConfirm/PublishConfirm.svelte | 32 +++++++++++-------- src/components/PublishForm/PublishForm.tsx | 12 +++---- .../PublishMarketForm/Discord/Discord.tsx | 4 +-- .../PublishMarketForm/Github/Github.tsx | 4 +-- .../PublishMarketForm/Youtube/Youtube.tsx | 4 +-- 5 files changed, 30 insertions(+), 26 deletions(-) diff --git a/src/components/PublishConfirm/PublishConfirm.svelte b/src/components/PublishConfirm/PublishConfirm.svelte index a9b95b87d..fc5eb9c7d 100644 --- a/src/components/PublishConfirm/PublishConfirm.svelte +++ b/src/components/PublishConfirm/PublishConfirm.svelte @@ -340,7 +340,7 @@
@@ -350,39 +350,43 @@
-
+
-
- + {i18n('ClubNameLabel')} -

{clubsName}

+

+ {clubsName} +

-
- + {i18n('TokenNameLabel')} -

{tokenName}

+

+ {tokenName} +

-
- + {i18n('TokenSymbolLabel')} -

+

{tokenSymbol}

-
-

+

+

10,000,000 {tokenSymbol}

- {i18n('TokenSupply')}
diff --git a/src/components/PublishForm/PublishForm.tsx b/src/components/PublishForm/PublishForm.tsx index 9ec4a493d..f1558f56a 100644 --- a/src/components/PublishForm/PublishForm.tsx +++ b/src/components/PublishForm/PublishForm.tsx @@ -98,7 +98,7 @@ const PublishForm = (props: IPublishFormProps) => { return ( <> -
+

{i18n('Header')} @@ -129,21 +129,21 @@ const PublishForm = (props: IPublishFormProps) => { {' '} {i18n('VerifyYouLabel')}{' '} -
- + -

{ return (