diff --git a/img/nachat.svg b/img/nachat.svg
new file mode 100644
index 0000000..c265782
--- /dev/null
+++ b/img/nachat.svg
@@ -0,0 +1,65 @@
+
+
+
+
\ No newline at end of file
diff --git a/img/quaternion-48px.png b/img/quaternion-48px.png
index 775e92d..43ef531 100644
Binary files a/img/quaternion-48px.png and b/img/quaternion-48px.png differ
diff --git a/src/components/HomePage.js b/src/components/HomePage.js
index 98e7c80..26189d2 100644
--- a/src/components/HomePage.js
+++ b/src/components/HomePage.js
@@ -73,15 +73,14 @@ var unlinkable_clients = [
comments: "QML and JS cross-platform desktop Matrix client",
},
{
- name: "PTO (Perpetually Talking Online)",
- logo: "img/pto-48px.png",
- author: "Torrie Fischer",
- homepage: "https://pto.im",
- //room_url(alias) { return "irc://irc.matrix.org/" + alias },
+ name: "NaChat",
+ logo: "img/nachat.svg",
+ author: "Benjamin Saunders",
+ homepage: "https://github.com/Ralith/nachat",
+ maturity: "Alpha",
room_instructions(alias) { return Type /join { alias }
},
user_instructions(userId) { return Type /invite { userId }
},
- maturity: "Alpha",
- comments: "Access any room anywhere in Matrix via good old IRC!",
+ comments: "Qt5 and C++ cross-platform desktop Matrix client",
},
{
name: "Mclient.el",
@@ -92,15 +91,16 @@ var unlinkable_clients = [
comments: "Matrix client for Gnu Emacs",
},
{
- name: "NaChat",
- logo: "",
- author: "Benjamin Saunders",
- homepage: "https://github.com/Ralith/nachat",
- maturity: "Alpha",
+ name: "PTO (Perpetually Talking Online)",
+ logo: "img/pto-48px.png",
+ author: "Torrie Fischer",
+ homepage: "https://pto.im",
+ //room_url(alias) { return "irc://irc.matrix.org/" + alias },
room_instructions(alias) { return Type /join { alias }
},
user_instructions(userId) { return Type /invite { userId }
},
- comments: "Qt5 and C++ cross-platform desktop Matrix client",
- }
+ maturity: "Alpha",
+ comments: "Access any room anywhere in Matrix via good old IRC!",
+ },
];
export default React.createClass({