-
-
- Buzz
-
-
-
diff --git a/web/src/assets/app-icon@3x.png b/web/src/assets/app-icon@3x.png
new file mode 100644
index 000000000..8b358a488
Binary files /dev/null and b/web/src/assets/app-icon@3x.png differ
diff --git a/web/src/features/invite/ui/InvitePage.tsx b/web/src/features/invite/ui/InvitePage.tsx
index 03e173d42..e8ef471cb 100644
--- a/web/src/features/invite/ui/InvitePage.tsx
+++ b/web/src/features/invite/ui/InvitePage.tsx
@@ -1,5 +1,4 @@
-import { Download, ExternalLink, Hexagon } from "lucide-react";
-
+import buzzAppIcon from "@/assets/app-icon@3x.png";
import { relayWsUrl } from "@/shared/lib/relay-url";
import { Button } from "@/shared/ui/button";
@@ -19,39 +18,52 @@ export function InvitePage({ code }: { code: string }) {
const deepLink = `buzz://join?relay=${encodeURIComponent(relay)}&code=${encodeURIComponent(code)}`;
return (
-
-
-
-
-
- You're invited to join
-
-
{host}
-
- Buzz is a messaging platform for human–agent collaboration. Accept this
- invite in the desktop app to join the workspace on this relay.
-
+
+
+
+
+
+
+ You're invited to join
+
+
{host}
-
-
-
-
+
+
+
-
- Already have Buzz installed? “Open in Buzz” will launch it
- and accept the invite. Otherwise download the app first, then come back
- and use this link again.
-