Add preview components

This commit is contained in:
Jorik Schellekens
2020-08-06 16:38:26 +01:00
parent eeb119ecb3
commit ba90c5558d
20 changed files with 716 additions and 8 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ const MatrixTile: React.FC = () => {
<Tile className="matrixTile">
<img src={logo} alt="matrix-logo" />
<div>
Matrix.to is a stateless URL redirecting service for the{" "}
<a href="https://matrix.org">Matrix</a> ecosystem.
This invite uses <a href="https://matrix.org">Matrix</a>, an
open network for secure, decentralized communication.
</div>
</Tile>
);