1
0
Fork 0
sortable-recipes/ember-ui/app/components/header-nav-link.hbs
Ava Gaiety Wroten d7c6f664d0 WIP Fixing tests
2019-12-26 23:33:34 -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>