Skip to content

Commit

Permalink
chore: fix missing backslash in advanced search button
Browse files Browse the repository at this point in the history
  • Loading branch information
candicecz committed May 15, 2024
1 parent 8d89e32 commit d7f7a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-container/components/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const PageContainer: React.FC<PageContainerProps> = ({
py={4}
>
<NextLink
href={{ pathname: 'advanced-search' }}
href={{ pathname: '/advanced-search' }}
passHref
prefetch={false}
style={{
Expand Down

0 comments on commit d7f7a92

Please sign in to comment.