{#if token}
{#if menuOpen}
{
if (event.key === "Enter" || event.key === " ") {
event.preventDefault();
closeSidebar();
}
}}
>
{/if}