Skip to content

Commit

Permalink
add: click on name hackathon gitcoinco#6870
Browse files Browse the repository at this point in the history
  • Loading branch information
developerfred committed Jun 17, 2020
1 parent 6e9bc55 commit cc8a2c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/townsquare/templates/townsquare/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
max-width: 4rem;
}

.hackathon-card-logo a {
color: #000000;
}

.townsquare_block-header.box-collapse {
background: #fff;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion app/townsquare/templates/townsquare/shared/hackathons.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img class="hackathon-card-logo" src="{{MEDIA_URL}}{{logo}}" alt="Hackathon logo" />
{% else %}
<div class="hackathon-card-logo text-center px-3 font-caption">
{{ hackathon.title }}
<a href="{% url 'hackathon_onboard' hackathon.slug %}"> {{ hackathon.title }} </a>
</div>
{% endif %}
</div>
Expand Down

0 comments on commit cc8a2c1

Please sign in to comment.