mirror of https://github.com/vector-im/riot-web
Merge pull request #15329 from resynth1943/patch-7
Update Riot -> Element in VectorEmbeddedPagepull/15336/head
commit
05551219ac
|
@ -28,7 +28,7 @@ export default class VectorEmbeddedPage extends EmbeddedPage {
|
|||
// we're overriding the base component here, for Element-specific tweaks
|
||||
translate(s) {
|
||||
s = sanitizeHtml(_t(s));
|
||||
// ugly fix for https://github.com/vector-im/riot-web/issues/4243
|
||||
// ugly fix for https://github.com/vector-im/element-web/issues/4243
|
||||
// eslint-disable-next-line max-len
|
||||
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>');
|
||||
return s;
|
||||
|
|
Loading…
Reference in New Issue