Skip to content

Commit

Permalink
Fixing urls and icons for stakeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
kayaelle committed Apr 1, 2024
1 parent 21ab435 commit c6d51b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-areas.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ title: LER Ecosystem Map - Action Areas
<div class="col-sm-4 border text-center">

<div><a class="dropdown-item" href="{{ site.baseurl }}{{ item.url }}"><img src="{{ item.icon }}" loading="lazy" alt="{{ item.icon-alt }}"/><br/>{{ item.name }}</a></div>
<div><a class="dropdown-item" href="{{ site.baseurl }}/stakeholder/{{ item.url }}"><img src="./images/{{ item.icon }}" loading="lazy" alt="{{ item.icon-alt }}"/><br/>{{ item.name }}</a></div>

</div>
{% endif %}
Expand Down

0 comments on commit c6d51b6

Please sign in to comment.