diff --git a/apps/deno-vless/src/app/app.tsx b/apps/deno-vless/src/app/app.tsx index b62d424..7cfe641 100644 --- a/apps/deno-vless/src/app/app.tsx +++ b/apps/deno-vless/src/app/app.tsx @@ -9,9 +9,9 @@ export function App() { setText(text); } return ( -
+
-
+
@@ -20,7 +20,6 @@ export function App() { ); } -function ClipboardCopy(text: string) {} function QRcodeImg({ text }: { text: string }) { const [codeImg, setcodeImg] = useState(''); const [copy, setCopy] = useState(false); @@ -92,7 +91,7 @@ function QRcodeImg({ text }: { text: string }) { function Anything({ handleShare }: { handleShare: (text: string) => void }) { const [text, setText] = useState(''); return ( -
+