Skip to content

Commit

Permalink
Removes va-button for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbergeron-us committed Nov 27, 2024
1 parent 2b93394 commit 6f4a2e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ function IntroductionLogin({
your application, you won’t be able to save the information
you’ve already filled in.
</p>
<va-button
<button

Check warning on line 105 in src/applications/my-education-benefits/components/IntroductionLogin.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/my-education-benefits/components/IntroductionLogin.jsx:105:17:The <va-button> Web Component should be used instead of the button HTML element.
className="usa-button-primary"
onClick={openLoginModal}
// aria-label={ariaLabel}
// aria-describedby={ariaDescribedby}
type="button"
>
{UNAUTH_SIGN_IN_DEFAULT_MESSAGE}
</va-button>
</button>
</div>
</va-alert>
<p className="vads-u-margin-top--4">
Expand Down

0 comments on commit 6f4a2e7

Please sign in to comment.