add link to docs in help boxes

This commit is contained in:
vcoppe
2024-08-07 16:54:48 +02:00
parent d7c756e471
commit 8dee6db813
10 changed files with 28 additions and 13 deletions

View File

@@ -236,11 +236,11 @@
</Tooltip>
</div>
<div class="w-full flex flex-row gap-2 items-end justify-between">
<Help>
<Help link="./help/toolbar/routing">
{#if !validSelection}
<div>{$_('toolbar.routing.help_no_file')}</div>
{$_('toolbar.routing.help_no_file')}
{:else}
<div>{$_('toolbar.routing.help')}</div>
{$_('toolbar.routing.help')}
{/if}
</Help>
<Button