{#snippet creditText(author: string, type: ImageCreditType, className: string)}
{#if type === 'instagram'}
{#if image.credit.href} {@render creditText( image.credit.author, image.credit.type, 'w-4 inline align-[-0.65em]' )} {:else} {@render creditText(image.credit.author, image.credit.type, 'w-4 inline align-[-0.65em]')} {/if}