chore(ui-shell): forward click event in Header

This commit is contained in:
Eric Liu 2020-07-17 12:25:32 -07:00
commit 790e948fc9

View file

@ -20,7 +20,7 @@
{#if winWidth < 1056}
<HamburgerMenu bind:isOpen={isSideNavOpen} />
{/if}
<a class={cx('--header__name')} {href}>
<a class={cx('--header__name')} {href} on:click>
<span class={cx('--header__name--prefix')}>{company}</span>
&nbsp;{platformName}
</a>