Update repos for changelog fetching
This commit is contained in:
parent
78059e1ca6
commit
f8da257769
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ interface Commit {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const REPOS = ["vector-im/element-web", "matrix-org/matrix-react-sdk", "matrix-org/matrix-js-sdk"] as const;
|
const REPOS = ["element-hq/element-web", "element-hq/matrix-react-sdk", "matrix-org/matrix-js-sdk"] as const;
|
||||||
|
|
||||||
export default class ChangelogDialog extends React.Component<IProps, State> {
|
export default class ChangelogDialog extends React.Component<IProps, State> {
|
||||||
public constructor(props: IProps) {
|
public constructor(props: IProps) {
|
||||||
|
|
Loading…
Reference in a new issue