From 63e3e3aaa9cf74568664bf18638e7863f5b83d4c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 19 Jul 2021 10:53:07 -0400 Subject: [PATCH] Adding some descriptions to listing types. #341 --- .../components/common/listing-type-select.tsx | 3 +++ src/shared/components/home/home.tsx | 13 +++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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 => (