Skip to content

Commit

Permalink
Show instructions if present
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Dec 11, 2023
1 parent d17653c commit 527f9bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/addons/dispatch/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,10 @@
<div class="description">
{@html addon?.parameters?.description}
</div>

{#if addon.parameters.instructions}
<div class="instructions">
{@html addon.parameters.instructions}
</div>
{/if}
</header>

0 comments on commit 527f9bd

Please sign in to comment.