apply requested changes

This commit is contained in:
Janos Lengyel 2023-07-12 11:46:36 +02:00
commit 43175750d0

View file

@ -94,13 +94,16 @@
{...$$restProps} {...$$restProps}
on:click on:click
> >
{#if company} {#if company || $$slots.company}
<span class:bx--header__name--prefix="{true}">{company}</span> <span class:bx--header__name--prefix="{true}"
><slot name="company">{company}&nbsp;</slot></span
>
{/if} {/if}
<slot name="platform">{platformName}</slot> <slot name="platform">{platformName}</slot>
</a> </a>
<slot /> <slot />
</header> </header>
<style> <style>
.bx--header__name--prefix { .bx--header__name--prefix {
padding-right: 0.2rem; padding-right: 0.2rem;