diff --git a/lemmy-translations b/lemmy-translations index e34e6fc9..a13fc72a 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit e34e6fc90f5702683870ab548ebe98a29c70abb3 +Subproject commit a13fc72a3dbabdeb405196b1c51ddbb4b9157212 diff --git a/src/shared/components/common/listing-type-select.tsx b/src/shared/components/common/listing-type-select.tsx index 23c5bbfd..1493f649 100644 --- a/src/shared/components/common/listing-type-select.tsx +++ b/src/shared/components/common/listing-type-select.tsx @@ -40,6 +40,7 @@ export class ListingTypeSelect extends Component< return (
@@ -394,12 +395,20 @@ export class Home extends Component { createCommunityButton() { return ( - + {i18n.t("create_a_community")} ); } + exploreCommunitiesButton() { + return ( + + {i18n.t("explore_communities")} + + ); + } + trendingCommunities() { return (
@@ -411,7 +420,7 @@ export class Home extends Component { -
    +
      {this.state.trendingCommunities.map(cv => (