mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
Remove contributor count on mobile view
This commit is contained in:
@@ -135,7 +135,7 @@ const Contributors: FC<{ changeset: Changeset }> = ({ changeset }) => {
|
|||||||
<ContributorColumn>
|
<ContributorColumn>
|
||||||
<Icon name="angle-right" /> <ChangesetAuthor changeset={changeset} />
|
<Icon name="angle-right" /> <ChangesetAuthor changeset={changeset} />
|
||||||
</ContributorColumn>
|
</ContributorColumn>
|
||||||
<CountColumn>
|
<CountColumn className={"is-hidden-mobile"}>
|
||||||
(
|
(
|
||||||
<span className="has-text-link">
|
<span className="has-text-link">
|
||||||
{t("changeset.contributors.count", { count: countContributors(changeset) })}
|
{t("changeset.contributors.count", { count: countContributors(changeset) })}
|
||||||
|
|||||||
Reference in New Issue
Block a user