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 @@
- 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 %}