Remove contributor count on mobile view

This commit is contained in:
René Pfeuffer
2020-06-17 07:39:09 +02:00
parent 4715ded299
commit 9dc3c29e5f

View File

@@ -135,7 +135,7 @@ const Contributors: FC<{ changeset: Changeset }> = ({ changeset }) => {
<ContributorColumn>
<Icon name="angle-right" /> <ChangesetAuthor changeset={changeset} />
</ContributorColumn>
<CountColumn>
<CountColumn className={"is-hidden-mobile"}>
(
<span className="has-text-link">
{t("changeset.contributors.count", { count: countContributors(changeset) })}