Skip to content

Commit

Permalink
fix spelling of Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Jul 27, 2020
1 parent aed6ca0 commit 5fd94e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 5fd94e7

Please sign in to comment.