Skip to content

Commit f034411

Browse files
Move image to public folder (#31)
* move image to public folder * remove extra content
1 parent d6c8fa3 commit f034411

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

app/components/transaction/ApiInputFields.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ export default function ApiInputFields({ form }: ApiInputFieldsProps) {
3333

3434
return (
3535
<div className="space-y-4">
36-
<div className="bg-muted/20 rounded-lg p-4 mb-4">
37-
<p className="text-sm text-muted-foreground">
38-
Enter the necessary parameters to retrieve transaction details via the Safe API. You need to specify the network, Safe address, and transaction nonce.
39-
</p>
40-
</div>
41-
4236
<FormField
4337
control={form.control}
4438
name="network"

0 commit comments

Comments
 (0)