2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-17 20:45:29 +00:00
This commit is contained in:
2021-11-08 00:10:55 +01:00
parent 544d22f77e
commit 442be06389
3 changed files with 7 additions and 5 deletions

View File

@ -16,6 +16,7 @@
<h3 class="tracking-widest text-primary text-xs font-medium title-font">{{ item.subtitle }}</h3>
<h2 class="text-lg cm-gray-1 font-medium title-font mb-4">{{ item.title }}</h2>
<p class="leading-relaxed text-base">{{ item.description }}</p>
<a class="text-secondary inline-flex items-center" href="{{ item.link }}">Learn More {% include learn_more.html %}</a>
</div>
</div>
{% endfor %}