mirror of https://github.com/vector-im/riot-web
Add [matrix] replacement string to be backwards compatible with $matrixLogo change
parent
59364ec177
commit
d5e70dfaa5
|
@ -56,6 +56,7 @@ export default class Welcome extends React.PureComponent<IProps> {
|
|||
"$riot:ssoUrl": "#/start_sso",
|
||||
"$riot:casUrl": "#/start_cas",
|
||||
"$matrixLogo": MATRIX_LOGO_HTML,
|
||||
"[matrix]": MATRIX_LOGO_HTML,
|
||||
}}
|
||||
/>
|
||||
<LanguageSelector />
|
||||
|
|
Loading…
Reference in New Issue