fix(fe/settings): incorrect title style

This commit is contained in:
hexxa 2021-12-27 21:53:45 +08:00 committed by Hexxa
parent 7577fb0ace
commit 46e40d1831

View file

@ -143,7 +143,9 @@ export class PaneSettings extends React.Component<Props, State, {}> {
<div id="pane-settings">
<Container>
<div id="profile">
<h5 className="title">{this.props.msg.pkg.get("user.profile")}</h5>
<h5 className="pane-title">{this.props.msg.pkg.get("user.profile")}</h5>
<div className="hr"></div>
<div>
<Card