mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-16 12:05:25 +00:00
make link text better readable
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<h1 class="header-text title-font mb-2 cm-gray-1">{{ include.data.title }}</h1>
|
||||
{% if include.link %}
|
||||
{% assign link=include.data.link|default:include.link %}
|
||||
<a href="{% include fnc/link.html item=link %}" alt="learn more"><img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
||||
<a href="{% include fnc/link.html item=link %}" alt="learn more" class="color-link"><img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="h-1 w-20 bg-secondary rounded"></div>
|
||||
|
Reference in New Issue
Block a user