- Enable your zrok account
-
+
+
+ Enable your zrok account
+
setCommand(e.target.value)}
- />
+ >
+
+
+ OpenExternal("https://api.zrok.io/")}
+ />
+
+
+
-
+
);
};
diff --git a/frontend/src/views/invite.tsx b/frontend/src/views/invite.tsx
index 7ee38cc..28e911d 100644
--- a/frontend/src/views/invite.tsx
+++ b/frontend/src/views/invite.tsx
@@ -1,6 +1,6 @@
import { useState } from "react";
import toast from "react-hot-toast";
-import { Card, TextField, Button } from "@radix-ui/themes";
+import { Card, Flex, Text, TextField, Button } from "@radix-ui/themes";
import { Invite } from "../../wailsjs/go/main/App";
const Page = () => {
@@ -23,21 +23,33 @@ const Page = () => {
};
return (
-