1
0
Fork 0
sortable-recipes/ember-ui-modern/app/components/header-nav-link.hbs
2020-03-02 09:26:23 -06:00

3 lines
163 B
Handlebars

<a href={{@href}} class="block mt-4 md:inline-block md:mt-0 text-teal-200 hover:text-white focus:text-white mr-4" data-test-id="header-nav-link">
{{yield}}
</a>