diff --git a/img/element-64px.png b/img/element-64px.png
new file mode 100644
index 0000000000000000000000000000000000000000..b1dac4691397b8b638e1f5e8069bf6c37582e323
Binary files /dev/null and b/img/element-64px.png differ
diff --git a/img/riot.png b/img/riot.png
deleted file mode 100644
index 63957d116492b5ca0c04526b723755cd30926e0b..0000000000000000000000000000000000000000
Binary files a/img/riot.png and /dev/null differ
diff --git a/img/riot@2x.png b/img/riot@2x.png
deleted file mode 100644
index 492f014e4a44a4a7c2d38361ee27bad860296046..0000000000000000000000000000000000000000
Binary files a/img/riot@2x.png and /dev/null differ
diff --git a/src/components/HomePage.js b/src/components/HomePage.js
index ff6f7300b2e59314d187dfdacaf53a54cdea855d..c8571882b1d0e39eb1be0c6613b75340903f47a2 100644
--- a/src/components/HomePage.js
+++ b/src/components/HomePage.js
@@ -18,19 +18,18 @@ import React from 'react'
 
 var linkable_clients = [
     {
-        name: "Riot",
+        name: "Element",
         logo: {
-            width: "48px",
-            src: "img/riot@2x.png",
-            srcSet: "img/riot.png, img/riot@2x.png 2x",
+            width: "64px",
+            src: "img/element-64px.png",
         },
-        author: "New Vector",
-        homepage: "https://riot.im",
-        room_url(alias)  { return "https://riot.im/app/#/room/" + alias },
-        room_id_url(id)  { return "https://riot.im/app/#/room/" + id },
-        user_url(userId) { return "https://riot.im/app/#/user/" + userId },
-        msg_url(msg)     { return "https://riot.im/app/#/room/" + msg },
-        group_url(group)     { return "https://riot.im/app/#/group/" + group },
+        author: "Element",
+        homepage: "https://element.io",
+        room_url(alias)  { return "https://app.element.io/#/room/" + alias },
+        room_id_url(id)  { return "https://app.element.io/#/room/" + id },
+        user_url(userId) { return "https://app.element.io/#/user/" + userId },
+        msg_url(msg)     { return "https://app.element.io/#/room/" + msg },
+        group_url(group)     { return "https://app.element.io/#/group/" + group },
         maturity: "Stable",
         comments: "Fully-featured Matrix client for Web, iOS & Android",
     },