Web: People: rename headers components

This commit is contained in:
Viktor Fomin 2020-11-05 11:16:33 +03:00
parent 081fe180bb
commit 3bdff517f9
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ const ArticleHeaderContent = ({ currentModuleName }) => {
return currentModuleName ? (
<Headline type="menu">{currentModuleName}</Headline>
) : (
<Loaders.Head />
<Loaders.ArticleHeader />
);
};

View File

@ -416,7 +416,7 @@ const SectionHeaderContent = (props) => {
) : (
<div className="header-container">
{!isLoaded ? (
<Loaders.Headline />
<Loaders.SectionHeader />
) : group ? (
<>
<Headline

View File

@ -81,7 +81,7 @@ class PureProfile extends React.Component {
)}
<PageLayout.SectionHeader>
{profile ? <SectionHeaderContent /> : <Loaders.Headline />}
{profile ? <SectionHeaderContent /> : <Loaders.SectionHeader />}
</PageLayout.SectionHeader>
<PageLayout.SectionBody>