File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -334,16 +334,7 @@ export default function ImportPage() {
334334
335335 { /* Import Form */ }
336336 < div className = "bg-white rounded-lg shadow-lg border border-gray-200 p-6" >
337- < div className = "flex items-center gap-2 mb-4" >
338- < FaUpload className = "w-5 h-5 text-cerulean-blue-600" />
339- < h2 className = "text-lg font-semibold text-gray-900" > Import Function & Event Signatures </ h2 >
340- </ div >
341-
342- < p className = "text-gray-600 text-sm mb-6" >
343- Enter function and event signatures to import them into the database. You can use raw signatures, ABI JSON,
344- or individual signatures.
345- </ p >
346-
337+ { " " }
347338 { /* Textarea */ }
348339 < div className = "mb-6" >
349340 < label htmlFor = "import-data" className = "block text-sm font-medium text-gray-700 mb-2" >
@@ -365,7 +356,6 @@ export default function ImportPage() {
365356 data-1p-ignore
366357 />
367358 </ div >
368-
369359 { /* Examples */ }
370360 < div className = "mb-6" >
371361 < div className = "flex flex-col gap-3" >
@@ -386,7 +376,6 @@ export default function ImportPage() {
386376 </ div >
387377 </ div >
388378 </ div >
389-
390379 { /* Submit Button */ }
391380 < div className = "flex justify-center" >
392381 < button
You can’t perform that action at this time.
0 commit comments