Skip to content

Commit

Permalink
chat landing update
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jan 10, 2020
1 parent 2e53659 commit d9e2e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/retail/templates/shared/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<a class="nav-link" href="{% url "reddit" %}">
<img {{prefix}}src="{% static "v2/images/social/reddit.png" %}" alt="Reddit">
</a>
<a class="nav-link" href="{% url "chat" %}">
<a class="nav-link" href="{% url "landing_chat" %}">
<img {{prefix}}src="{% static "v2/images/social/slack.png" %}" alt="Chat">
</a>
<a class="nav-link" href="{% url "btctalk" %}">
Expand Down Expand Up @@ -76,7 +76,7 @@ <h5>{% trans "Business" %}</h5>
<div class="sitenav">
<h5>{% trans "Community" %}</h5>
<a href="{% url "blog" %}">{% trans "Blog" %}</a>
<a class="slack{% if active == 'slack' %} selected{% endif %}" href="{% url "chat" %}">
<a class="slack{% if active == 'slack' %} selected{% endif %}" href="{% url "landing_chat" %}">
Chat
</a>
<a href="{% url "activity" %}">{% trans "Activity Feed" %}</a>
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/slack.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="col-12 col-md-6 pr-2 pl-2 pb-4 form_container">
<div style="max-width: 500px; margin: 0px auto;">
<div style="background-color:#eee; padding: 5px; border-radius: 5px;">
NOTE: The Gitcoin Slack Community is going to be deprecated soon. Please use <a href=/chat>Gitcoin Chat</a> instead.
NOTE: The Gitcoin Slack Community is going to be deprecated soon. Please use <a href=/chat/landing>Gitcoin Chat</a> instead.
</div>
<h4>
<i class="fab fa-slack-hash" aria-hidden="true" style="position:relative; top: 2px; margin-right: 5px;"></i>{% trans "Gitcoin Slack Community" %}
Expand Down

0 comments on commit d9e2e5b

Please sign in to comment.