Skip to content

Commit

Permalink
Merge pull request #374 from MuckRock/314-addon-instructions
Browse files Browse the repository at this point in the history
Show instructions if present
  • Loading branch information
eyeseast authored Dec 12, 2023
2 parents cc126da + 527f9bd commit 8ede2bb
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 8ede2bb

Please sign in to comment.