From 02e3711f44b23d842c030d1114a23cccac65666a Mon Sep 17 00:00:00 2001 From: drafish Date: Fri, 1 Nov 2024 14:03:20 +0800 Subject: [PATCH] update ImageUpload in quick-dapp --- .../src/components/ImageUpload/index.tsx | 76 +++++++++---------- .../src/app/tabs/locales/en/quickDapp.json | 1 - 2 files changed, 36 insertions(+), 41 deletions(-) diff --git a/apps/quick-dapp/src/components/ImageUpload/index.tsx b/apps/quick-dapp/src/components/ImageUpload/index.tsx index f4a2a20f29..09fbd9baf5 100644 --- a/apps/quick-dapp/src/components/ImageUpload/index.tsx +++ b/apps/quick-dapp/src/components/ImageUpload/index.tsx @@ -29,51 +29,47 @@ const ImageUpload = () => { } return ( -
+
-
) } diff --git a/apps/remix-ide/src/app/tabs/locales/en/quickDapp.json b/apps/remix-ide/src/app/tabs/locales/en/quickDapp.json index 78e32b6b34..a25ad3bd73 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/quickDapp.json +++ b/apps/remix-ide/src/app/tabs/locales/en/quickDapp.json @@ -33,7 +33,6 @@ "quickDapp.text5": "Click the link below to view your dapp", "quickDapp.text6": "Teardown successfully!", "quickDapp.addLogoTooltip": "Click here to add a logo", - "quickDapp.updateLogoTooltip": "Click here to update the logo", "quickDapp.deleteLogoTooltip": "Click here to delete the logo", "quickDapp.dappTitle": "Dapp Title", "quickDapp.dappInstructions": "Dapp Instructions",