{#if !$sidebarIsHidden && !isXSmallViewport}
{/if}
{#if isXSmallViewport}
{$i18n.t('ASE.Web.AppStore.Navigation.PlatformHeading')}
{/if}
{#each inlinePlatformItems as platformSelector, i (platformSelector.action.title)} {@const { action, isActive } = platformSelector} {@const artwork = action.artwork} {@const totalNumberOfItems = inlinePlatformItems.length}
{#if isSome(artwork) && isSystemImageArtwork(artwork)}
{/if}
{action.title}
{#if action.destination && isSearchResultsPageIntent(action.destination)}
{/if}
{/each}