e.key === 'Enter' && handleBackdropClick(e as unknown as MouseEvent)}
role="dialog"
aria-modal="true"
aria-labelledby="welcome-title"
tabindex="-1"
>
e.stopPropagation()}
onkeydown={(e) => e.stopPropagation()}
>
{appInfo.name}
{appDescription}
{#each featureList as feature}
-
•
{feature}
{/each}