Skip to content

Commit

Permalink
remove uswds from mhv-landing-page components after v3 update (#28534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzucadi authored and Matthew Kerns committed Mar 20, 2024
1 parent 75fdad7 commit 8acd68a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/applications/mhv-landing-page/components/HubLinks.jsx
Expand Up @@ -10,7 +10,6 @@ const HubSection = ({ title, links }) => {
disable-analytics
href={href}
text={text}
uswds
onClick={() => {
recordEvent({
event: 'nav-linkslist',
Expand Down
Expand Up @@ -7,7 +7,6 @@ const NoHealthAlert = () => {
visible
data-testid="no-health-message"
role="alert"
uswds
>
<h2 slot="headline">You don’t have access to My HealtheVet</h2>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/applications/mhv-landing-page/components/Welcome.jsx
Expand Up @@ -29,7 +29,7 @@ const Welcome = ({ loading, name }) => (
role="img"
className="fas fa-user vads-u-color--primary-darker vads-u-padding-left--4 vads-u-padding-right--0p5"
/>
<va-link href="/profile" text="Profile" uswds />
<va-link href="/profile" text="Profile" />
</div>
</div>
);
Expand Down
1 change: 0 additions & 1 deletion src/applications/mhv-landing-page/containers/App.jsx
Expand Up @@ -92,7 +92,6 @@ const App = () => {
<va-loading-indicator
data-testid="mhv-landing-page-loading"
message="Please wait..."
uswds
/>
</div>
);
Expand Down

0 comments on commit 8acd68a

Please sign in to comment.