overview-link
Information
- Folder
src/components/template-components/header/main-navigation/overview-link
Files
Schema
Mocks
Template
// src/components/template-components/header/main-navigation/overview-link/overview-link.html.twig
<a href="{{ url }}" class="OverviewLink{% if not copy %} OverviewLink--withoutCopy{% endif %}{% if class %} {{ class }}{% endif %}{% if tracking_class %} {{ tracking_class }}{% endif %}">
<span class="OverviewLink-title u-typo-headline5">{{ label }}</span>
{% if copy %}
<span class="OverviewLink-copy u-typo-copy-desktop-copy-small-mobile">{{ copy }}
{% include "@elements/icon/icon.html.twig" with {
name: "arrow",
class: "OverviewLink-icon"
} only %}
</span>
{% endif %}
</a>