Skip to content

Commit

Permalink
adjust links
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbristow committed Oct 24, 2024
1 parent a62b6a6 commit e6c5469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,13 @@ export default function Footer() {
<NavigationLink key="two" href={`/`} onClick={onClick}>
Home
</NavigationLink>,
<NavigationLink
key="two"
href={`${basePath}/our-products`}
onClick={onClick}
>
<NavigationLink key="two" href={`/our-products`} onClick={onClick}>
Our products
</NavigationLink>,
<NavigationLink
key="two"
href={`${basePath}/our-products`}
onClick={onClick}
>
<NavigationLink key="two" href={`/our-products`} onClick={onClick}>
Case studies
</NavigationLink>,
<NavigationLink
key="three"
href={`${basePath}/engage-with-us`}
onClick={onClick}
>
<NavigationLink key="three" href={`/engage-with-us`} onClick={onClick}>
Engage with us
</NavigationLink>,
];
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Navbar() {
<div className="usa-navbar">
<div className="usa-logo">
<em className="usa-logo__text">
<a href="/" title="<Project title>">
<a href={`${basePath}/`} title="<Project title>">
<span className={`${styles.navbarLogoText} sr-only`}>
Data Integration Building Blocks
</span>
Expand Down

0 comments on commit e6c5469

Please sign in to comment.