diff --git a/packages/web/components/v2/CreateConversation.tsx b/packages/web/components/v2/CreateConversation.tsx
index 0116370..7272f16 100644
--- a/packages/web/components/v2/CreateConversation.tsx
+++ b/packages/web/components/v2/CreateConversation.tsx
@@ -1,7 +1,7 @@
import { Select, Tag } from "antd";
import Avatar from "antd/lib/avatar/avatar";
import { useEffect, useRef } from "react";
-import { FaRegTimesCircle } from "react-icons/fa";
+import { FaPaperPlane, FaRegTimesCircle } from "react-icons/fa";
const options = [
{ value: "gold" },
@@ -22,9 +22,9 @@ export default function CreateConversation() {
// if it's an existing user, then show a nice chip of that user's profile picture and their name
return (
-
+
+
+
+ Selected
+
+
+
+
{/* list of selected people who are nirvana users */}
-
-
+
+
+
+
+ A
+
+
+
+
+ {"ariel@microsoft.com"}
+
+
+ Not a valid Nirvana user.
+
+
+
+
+
+
- {"Joe Smoe"}
+
+ {"Joe Smoe"}
+
+ {"joe@microsoft.com"}
+
+
-
+
+
+
+
+ {"Elon Musk"}
+ {"musk@tesla.com"}
+
+
+
+
+
+
+ Name
+
+
+ Name this conversation: engineering, hangout, lunch time, or leave it
+ as is.
+
+
+
+
+
+
+ Create
+