Skip to content

Commit

Permalink
Assigned missing dismiss button function to dismiss button
Browse files Browse the repository at this point in the history
Funcionality was already available, but just not correctly linked
  • Loading branch information
mhansma96 committed Dec 1, 2022
1 parent 4b009a2 commit 392948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/OverviewPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p style="max-width: none; margin: 0;">
Welcome to the <a href="https://github.com/w3c/wai-wcag-em-report-tool/wiki/Changelog:-What's-new-in-the-2021-redesign-of-the-WCAG-EM-Report-Tool">updated</a> WCAG-EM Report Tool. You can open your existing reports with this tool. The <a href="https://w3c.github.io/wcag-em-report-tool/">previous version</a> is available, and is no longer supported.
</p>
<button style="margin-left: 1em;" type="button" class="button-secondary">Dismiss</button> </div>
<button on:click="{dismissPreviousVersionMessage}" style="margin-left: 1em;" type="button" class="button-secondary">Dismiss</button> </div>
{/if}

<div class="getting-started">
Expand Down

0 comments on commit 392948c

Please sign in to comment.