From 5fd94e7043a328039c8cc90a7dccd677c73c4314 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Mon, 27 Jul 2020 10:55:25 +0100
Subject: [PATCH] fix spelling of Matrix

---
 index.html                 | 2 +-
 src/components/HomePage.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index fa8a9f3..f04b822 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>[matrix]</title>
+    <title>Matrix</title>
     <link rel="stylesheet" href="site.css">
   </head>
   <body>
diff --git a/src/components/HomePage.js b/src/components/HomePage.js
index d36740a..96bc51c 100644
--- a/src/components/HomePage.js
+++ b/src/components/HomePage.js
@@ -415,7 +415,7 @@ export default React.createClass({
         return (
             <div className="mxt_HomePage">
                 <a href="#">
-                    <img className="mxt_HomePage_logo" src="img/matrix-logo.svg" width="352" height="150" alt="[matrix]"/>
+                    <img className="mxt_HomePage_logo" src="img/matrix-logo.svg" width="352" height="150" alt="Matrix"/>
                 </a>
 
                 { prompt }
-- 
GitLab