diff --git a/img/pto-48px.png b/img/pto-48px.png deleted file mode 100644 index dc96030..0000000 Binary files a/img/pto-48px.png and /dev/null differ diff --git a/src/components/HomePage.js b/src/components/HomePage.js index b0b94a5..1df4eec 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -109,18 +109,7 @@ var unlinkable_clients = [ homepage: "http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/", maturity: "Alpha", comments: "Matrix client for Gnu Emacs", - }, - { - 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 } }, - maturity: "Alpha", - comments: "Access any room anywhere in Matrix via good old IRC!", - }, + } ]; export default React.createClass({