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 => (