mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
Improve headings structure (#1883)
The content of the SCM-Manager should be made accessible and usable in a sensibly structured way so that web content is easy to use for ever user.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
import React from "react";
|
||||
import { withTranslation, WithTranslation } from "react-i18next";
|
||||
import { Repository } from "@scm-manager/ui-types";
|
||||
import { repositories } from "@scm-manager/ui-components";
|
||||
import { repositories, SubSubtitle } from "@scm-manager/ui-components";
|
||||
|
||||
type Props = WithTranslation & {
|
||||
repository: Repository;
|
||||
@@ -39,7 +39,7 @@ class ProtocolInformation extends React.Component<Props> {
|
||||
}
|
||||
return (
|
||||
<div className="content">
|
||||
<h4>{t("scm-svn-plugin.information.checkout")}</h4>
|
||||
<SubSubtitle>{t("scm-svn-plugin.information.checkout")}</SubSubtitle>
|
||||
<pre>
|
||||
<code>svn checkout {href}</code>
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user