Skip to content

Commit

Permalink
Add link to project header 3802 (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinking-Panda authored Feb 24, 2023
1 parent 2603f89 commit b25e370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/citizen-engagement-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<img class="card-image" src="{{ item.card-image-src }}" alt="{{ item.card-image-alt }}"/>
<div class="mobile-card-info-container">
<div class="mobile-card-nav">
<h3>{{ item.title }}</h3>
{% assign project_relative_path = item.slug | prepend: "../projects/" %}
<h3><a class="project-card-mini-title" href="{{ project_relative_path }}">{{ item.title }}</a></h3>
<input class="dropdown-arrow" data-dropdown-arrow type="image" src="/assets/images/citizen-engagement/arrow-button-icon.svg" alt="dropdown-arrow">
</div>
<div class="project-dropdown">
Expand Down

0 comments on commit b25e370

Please sign in to comment.