diff --git a/packages/w3ui/examples/react/w3console/src/components/Uploader.tsx b/packages/w3ui/examples/react/w3console/src/components/Uploader.tsx index 9e8baf827..898fd1659 100644 --- a/packages/w3ui/examples/react/w3console/src/components/Uploader.tsx +++ b/packages/w3ui/examples/react/w3console/src/components/Uploader.tsx @@ -72,15 +72,34 @@ const UploaderForm = (): JSX.Element => { const [{ status, file }] = useUploaderComponent() const hasFile = file !== undefined return ( - -
- {hasFile ? '' : } - - - - {hasFile ? '' : Drag files or Click to Browse} + <> + +
+ {hasFile ? '' : } + + + + {hasFile ? '' : Drag files or Click to Browse} +
+
+
+
+

🌎  Public Data

+

+ All data uploaded to w3up is available to anyone who requests it using the correct CID. + Do not store any private or sensitive information in an unencrypted form using w3up. +

+
+
+

♾️  Permanent Data

+

+ Removing files from w3up will remove them from the file listing for your account, but that + doesn’t prevent nodes on the decentralized storage network from retaining copies of the data + indefinitely. Do not use w3up for data that may need to be permanently deleted in the future. +

+
- + ) } @@ -132,7 +151,7 @@ const UploaderContents = (): JSX.Element => {
- ) + ) : <> } else { return (