missing focus on the learn more button (#10365)

This commit is contained in:
SmithThe4th 2024-08-02 12:07:11 -04:00 committed by GitHub
parent 075e1eb570
commit 0b6d9928a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 2 deletions

View File

@ -45,10 +45,16 @@ const announcementIcon = svgIcon`
</span>
<ng-container bitDialogFooter>
<a bitButton buttonType="primary" bitDialogClose (click)="navigateToLink()">
<button
bitButton
type="button"
buttonType="primary"
(click)="navigateToLink()"
bitDialogClose
>
{{ "learnMore" | i18n }}
<i class="bwi bwi-external-link bwi-fw" aria-hidden="true"></i>
</a>
</button>
<button bitButton type="button" buttonType="secondary" bitDialogClose>
{{ "close" | i18n }}
</button>