We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264bce7 commit f21352fCopy full SHA for f21352f
src/components/structures/VectorEmbeddedPage.js
@@ -30,7 +30,7 @@ export default class VectorEmbeddedPage extends EmbeddedPage {
30
s = sanitizeHtml(_t(s));
31
// ugly fix for https://github.com/vector-im/riot-web/issues/4243
32
// eslint-disable-next-line max-len
33
- s = s.replace(/\[matrix\]/, '<a href="https://matrix.org" target="_blank" rel="noreferrer noopener"><img width="79" height="34" alt="[matrix]" style="padding-left: 1px;vertical-align: middle" src="welcome/images/matrix.svg"/></a>');
+ s = s.replace(/\[matrix\]/, '<a href="https://matrix.org" target="_blank" rel="noreferrer noopener"><img width="79" height="34" alt="Matrix" style="padding-left: 1px;vertical-align: middle" src="welcome/images/matrix.svg"/></a>');
34
return s;
35
}
36
0 commit comments