Skip to content

Commit

Permalink
Update repos for changelog fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Sep 6, 2024
1 parent 78059e1 commit f8da257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/dialogs/ChangelogDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
public constructor(props: IProps) {
Expand Down

0 comments on commit f8da257

Please sign in to comment.