{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Today's Crypto News and Breaking Stories · stocknear
{#if news.length !== 0} {#each news as item}
news image
{item?.title?.length > 120 ? item?.title?.slice(0,120) +'...' : item?.title}

{item?.text?.length > 100 ? item?.text?.slice(0,100) + "..." : item?.text}

{/each} {/if}