Skip to content

Commit

Permalink
set uswds to false (#28513)
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
micahchiang committed Mar 12, 2024
1 parent 71a8b28 commit 3e6d3e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/applications/my-education-benefits/containers/App.jsx
Expand Up @@ -361,7 +361,7 @@ export const App = ({

return (
<>
<va-breadcrumbs>
<va-breadcrumbs uswds="false">
<a href="/">Home</a>
<a href="/education">Education and training</a>
<a href="/education/apply-for-benefits-form-22-1990">
Expand Down
Expand Up @@ -47,7 +47,7 @@ const Breadcrumbs = ({ pathname }) => {
});

return (
<va-breadcrumbs home-veterans-affairs={false}>
<va-breadcrumbs uswds="false" home-veterans-affairs={false}>
{breadcrumbs.map(({ link, label }) => (
<li key={label}>
<Link to={link}>{label}</Link>
Expand Down
Expand Up @@ -77,7 +77,7 @@ const CustomHeader = ({ formData, formConfig, currentLocation }) => {
// With this custom header, breadcrumbs should not appear on the form pages.
// However we still want to show them on the introduction page and review page.
// Static breadcrumbs from content-build cannot be used with this custom header
<va-breadcrumbs label="Breadcrumb">
<va-breadcrumbs uswds="false" label="Breadcrumb">
<a href="/">Home</a>
<a href="/authorization-to-disclose-alternate/">
Authorize VA to release your information to a third-party source
Expand Down
Expand Up @@ -6,7 +6,7 @@ const fsrUrl = getAppUrl('request-debt-help-form-5655');

const ManageVADebtCTA = () => (
<>
<va-breadcrumbs>
<va-breadcrumbs uswds="false">
<a href="/">Home</a>
<a href="/manage-va-debt">Manage your VA debt</a>
</va-breadcrumbs>
Expand Down

0 comments on commit 3e6d3e4

Please sign in to comment.