diff --git a/app/assets/v2/css/profile.css b/app/assets/v2/css/profile.css index e3cb658bc39..6647436dc95 100644 --- a/app/assets/v2/css/profile.css +++ b/app/assets/v2/css/profile.css @@ -1,4 +1,4 @@ -.container{ +.profile_details .container{ min-height: 150px; } diff --git a/app/retail/templates/landing/contributor/hero.html b/app/retail/templates/landing/contributor/hero.html index e046ff46d98..c1e82367fcc 100644 --- a/app/retail/templates/landing/contributor/hero.html +++ b/app/retail/templates/landing/contributor/hero.html @@ -23,15 +23,17 @@
- {% trans "Join the Gitcoin" %} + {% trans "Get Paid for Solving" %}
- {{tech_stack|title}} - {% trans "Developer Community" %} + {% if tech_stack %} + {{tech_stack|title}} + {% else %} + {% trans "Open Source" %} + {% endif %} + {% trans "Issues" %}
- {% trans "Gitcoin is the easiest way to monetize work" %} -
- {% trans "in Open Source Software." %} + {% trans "Gitcoin bounties pay when you submit a pull request." %}