diff --git a/app/app/urls.py b/app/app/urls.py index 7104e204cc2..4282c69d545 100644 --- a/app/app/urls.py +++ b/app/app/urls.py @@ -143,9 +143,9 @@ url(r'^api/v0.1/choose_persona/', dashboard.views.choose_persona, name='choose_persona'), # chat - url(r'^chat/web', chat.views.embed, name='web_chat'), - url(r'^chat/web/', chat.views.embed, name='web_chat2'), - re_path(r'^chat/?', chat.views.chat, name='chat'), + url(r'^chat/landing', chat.views.chat, name='landing_chat'), + url(r'^chat/landing/', chat.views.chat, name='landing_chat2'), + re_path(r'^chat/?', chat.views.embed, name='chat'), # Health check endpoint re_path(r'^health/', include('health_check.urls')), re_path(r'^lbcheck/?', healthcheck.views.lbcheck, name='lbcheck'), diff --git a/app/assets/v2/images/how-it-works/hackathon/pic2.jpg b/app/assets/v2/images/how-it-works/hackathon/pic2.jpg index 8e04e432f86..1e38daddca1 100644 Binary files a/app/assets/v2/images/how-it-works/hackathon/pic2.jpg and b/app/assets/v2/images/how-it-works/hackathon/pic2.jpg differ diff --git a/app/chat/templates/chat.html b/app/chat/templates/chat.html index bbc1cf584f2..a7f8d929bae 100644 --- a/app/chat/templates/chat.html +++ b/app/chat/templates/chat.html @@ -41,7 +41,7 @@

{% endblocktrans %}

- {% trans "Open Web Chat" %} + {% trans "Open Web Chat" %} {% trans "Download Apps" %}
diff --git a/app/dashboard/templates/addinterest.html b/app/dashboard/templates/addinterest.html index 787661249ef..44d9615788b 100644 --- a/app/dashboard/templates/addinterest.html +++ b/app/dashboard/templates/addinterest.html @@ -69,7 +69,7 @@
{% trans "Non-Disclosure Agreement" %}
{% trans "Discord Username" %} - Join Discord to get updates from our sponsors prizes and find help + Join Chat to get updates from our sponsors prizes and find help
{% endif %} diff --git a/app/dashboard/templates/dashboard/hackathon/onboard.html b/app/dashboard/templates/dashboard/hackathon/onboard.html index 903f66df397..2d9756b55d9 100644 --- a/app/dashboard/templates/dashboard/hackathon/onboard.html +++ b/app/dashboard/templates/dashboard/hackathon/onboard.html @@ -140,10 +140,10 @@

How does the Hackathon w express interest
- {% trans "Join Discord" %} + {% trans " Join the Hackathons Chat Workspace" %} {% blocktrans %}

- Chat with other hackers, ask sponsors and the Gitcoin team questions, find or create a team, and communicate real-time on the Gitcoin Events Discord. + Chat with other hackers, ask sponsors and the Gitcoin team questions, find or create a team, and communicate real-time. Click here to join the party!.

{% endblocktrans %}
diff --git a/app/dashboard/templates/shared/chat_nav.html b/app/dashboard/templates/shared/chat_nav.html index 5c8c155a13d..b652929bb7d 100644 --- a/app/dashboard/templates/shared/chat_nav.html +++ b/app/dashboard/templates/shared/chat_nav.html @@ -1,5 +1,5 @@ - diff --git a/app/retail/templates/shared/top_nav.html b/app/retail/templates/shared/top_nav.html index 98f21375547..cc712827582 100644 --- a/app/retail/templates/shared/top_nav.html +++ b/app/retail/templates/shared/top_nav.html @@ -30,11 +30,11 @@
Grow Open Source - + - +