Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uswds from mhv-landing-page components after v3 update #28534

Merged
merged 4 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const HubSection = ({ title, links }) => {
disable-analytics
href={href}
text={text}
uswds
onClick={() => {
recordEvent({
event: 'nav-linkslist',
Expand Down
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const App = () => {
<va-loading-indicator
data-testid="mhv-landing-page-loading"
message="Please wait..."
uswds
/>
</div>
);
Expand Down