Skip to content

Commit

Permalink
basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbristow committed Oct 24, 2024
1 parent bcb142a commit a62b6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Footer() {
>
<span className={styles.navbarItemText}>Home</span>
</Link>,
<NavigationLink key="two" href={`${basePath}/`} onClick={onClick}>
<NavigationLink key="two" href={`/`} onClick={onClick}>
Home
</NavigationLink>,
<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 @@ -23,7 +23,7 @@ export default function Navbar() {
<NavigationLink key="two" href="/our-products" onClick={onClick}>
Our products
</NavigationLink>,
<NavigationLink key="two" href="/our-products" onClick={onClick}>
<NavigationLink key="two" href="/case-studies" onClick={onClick}>
Case studies
</NavigationLink>,
<NavigationLink key="three" href="/engage-with-us" onClick={onClick}>
Expand Down

0 comments on commit a62b6a6

Please sign in to comment.