e.stopPropagation()}
onkeydown={(e) => e.stopPropagation()}
role="dialog"
aria-labelledby="help-title"
tabindex="-1"
>
How to Use Hikari Desktop
{#each sections as section (section.title)}
{section.title}
{#each section.items as item (item)}
-
•
{item}
{/each}
{/each}
Need more help? Join our Discord community for support and updates!