diff --git a/src/l10n.json b/src/l10n.json index d270428f7..d9c70e300 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -72,6 +72,8 @@ "general.download": "Download", "general.password": "Password", "general.press": "Press", + "general.projectsSelected": "Projects Selected", + "general.projectsNotS": "Projects", "general.privacyPolicy": "Privacy Policy", "general.projects": "Projects", "general.profile": "Profile", diff --git a/src/views/explore/explore.jsx b/src/views/explore/explore.jsx index f2dd1ea25..817db1921 100644 --- a/src/views/explore/explore.jsx +++ b/src/views/explore/explore.jsx @@ -128,22 +128,26 @@ class Explore extends React.Component { active: (this.state.itemType === type) }); return ( + // **** ADD A CONDITIONAL HERE ****
  • {this.state.itemType === type ? [ ] : [ ]} - +
  • ); diff --git a/static/svgs/tabs/projects-active.svg b/static/svgs/tabs/projects-active.svg index 3738946b1..68d234805 100644 --- a/static/svgs/tabs/projects-active.svg +++ b/static/svgs/tabs/projects-active.svg @@ -1 +1 @@ -Icons \ No newline at end of file +Icons \ No newline at end of file