mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore(ui-shell): forward click event in Header
This commit is contained in:
parent
40dc2bf61e
commit
790e948fc9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
{#if winWidth < 1056}
|
{#if winWidth < 1056}
|
||||||
<HamburgerMenu bind:isOpen={isSideNavOpen} />
|
<HamburgerMenu bind:isOpen={isSideNavOpen} />
|
||||||
{/if}
|
{/if}
|
||||||
<a class={cx('--header__name')} {href}>
|
<a class={cx('--header__name')} {href} on:click>
|
||||||
<span class={cx('--header__name--prefix')}>{company}</span>
|
<span class={cx('--header__name--prefix')}>{company}</span>
|
||||||
{platformName}
|
{platformName}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue