{#if title !== ""}
{title}
{/if}
{Copy.PluginVersionPrefix}{plugin.manifest.version}
selectTopic(1)} on:keydown={(e) => e.key === 'Enter' && selectTopic(1)} role="button" tabindex="0">
{topics[1].title}
selectTopic(2)} on:keydown={(e) => e.key === 'Enter' && selectTopic(2)} role="button" tabindex="0">
{topics[2].title}
selectTopic(3)} on:keydown={(e) => e.key === 'Enter' && selectTopic(3)} role="button" tabindex="0">
{topics[3].title}
selectTopic(4)} on:keydown={(e) => e.key === 'Enter' && selectTopic(4)} role="button" tabindex="0">
{topics[4].title}
{Copy.PluginVersionPrefix}{plugin.manifest.version}
{#if contentVisible}
{#if selectedTopic === 1} {Copy.GitHubLinkText}
{Copy.CoffeeLinkIntroText}
{Copy.CoffeeIcon} {Copy.CoffeeLinkText}

{Copy.ThankYouMessage}

{/if}
{/if}