Skip to content

Commit

Permalink
Merge pull request #118 from mhansma96/main
Browse files Browse the repository at this point in the history
Assigned missing dismiss button function to dismiss button
  • Loading branch information
shawna-slh authored Apr 24, 2023
2 parents c43d096 + 392948c commit 67e6cec
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 67e6cec

Please sign in to comment.