diff --git a/src/index.js b/src/index.js
index 4182682..9a592e6 100644
--- a/src/index.js
+++ b/src/index.js
@@ -39,12 +39,12 @@ ReactDOM.createRoot(document.getElementById("root")).render(
-
+
-
+
);
\ No newline at end of file
diff --git a/src/styles.css b/src/styles.css
index a8c543e..283cf7f 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -5,8 +5,8 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
- height: 300px;
- width: 300px;
+ height: 400px;
+ width: 400px;
text-align: center;
border-radius: 10px;
}
diff --git a/src/template/Panel.jsx b/src/template/Panel.jsx
index 27108de..e529660 100644
--- a/src/template/Panel.jsx
+++ b/src/template/Panel.jsx
@@ -5,7 +5,7 @@ import { usePrepareSendTransaction, useSendTransaction, useAccount } from 'wagmi
import Typewriter from 'react-ts-typewriter';
-export function Panel() {
+export function Panel({ txt }) {
const { isConnected } = useAccount();
const { config } = usePrepareSendTransaction({
request: {
@@ -17,7 +17,7 @@ export function Panel() {
return (
-
+
sendTransaction?.()}>