You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-22 06:12:23 +03:00
Fix changelog dialog heading size (#11286)
This commit is contained in:
@@ -20,6 +20,7 @@ import React from "react";
|
||||
import { _t } from "../../../languageHandler";
|
||||
import QuestionDialog from "./QuestionDialog";
|
||||
import Spinner from "../elements/Spinner";
|
||||
import Heading from "../typography/Heading";
|
||||
|
||||
interface IProps {
|
||||
newVersion: string;
|
||||
@@ -100,7 +101,9 @@ export default class ChangelogDialog extends React.Component<IProps, State> {
|
||||
}
|
||||
return (
|
||||
<div key={repo}>
|
||||
<h2>{repo}</h2>
|
||||
<Heading as="h2" size="4">
|
||||
{repo}
|
||||
</Heading>
|
||||
<ul>{content}</ul>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user