templates/Context/TechAdvisory/horizontalMenu.html.twig line 1

Open in your IDE?
  1. <a href="#suppliers" class="text text-sm font-bold">
  2.     {{ 'app.ui.tech_advisory.header.suppliers'|trans }}
  3. </a>
  4. <a href="#finding_products" class="text text-sm font-bold">
  5.     {{ 'app.ui.tech_advisory.header.products'|trans }}
  6. </a>
  7. <a href="#partners" class="text text-sm font-bold">
  8.     {{ 'app.ui.tech_advisory.header.business_partners'|trans }}
  9. </a>
  10. <a href="#strategic_advice" class="text text-sm font-bold">
  11.     {{ 'app.ui.tech_advisory.header.strategic_advice'|trans }}
  12. </a>