Migrate AuthHeaderLogo to TypeScript
This commit is contained in:
parent
5783a38207
commit
13c5adbb6c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import { replaceableComponent } from "../../../utils/replaceableComponent";
|
|||
|
||||
@replaceableComponent("views.auth.AuthHeaderLogo")
|
||||
export default class AuthHeaderLogo extends React.PureComponent {
|
||||
render() {
|
||||
public render(): React.ReactNode {
|
||||
return <div className="mx_AuthHeaderLogo">
|
||||
Matrix
|
||||
</div>;
|
Loading…
Reference in a new issue