1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Added ? icon

This commit is contained in:
2023-05-30 19:39:57 +02:00
parent b2fdbd5fa4
commit 313153d01d
3 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,7 @@
{/each}
</select>
<button class="btn secondary" type="button" on:click={() => openStageDocs(stage.type)} title="Open documentation about {stage.type || 'this stage'} on mongodb.org">
<Icon name="info" />
<Icon name="?" />
</button>
</label>