Skip to content

Commit 1a621e1

Browse files
authored
docs: typo link fix
1 parent 63adb0b commit 1a621e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ const Layout = ({ children, location, pageResources, ...props }) => {
385385
<NavButtonContainer>
386386
<NavButtonCell>
387387
{prev && (
388-
<NavButton to={`${prev.slug}/`} data-first>
388+
<NavButton to={`${prev.slug}`} data-first>
389389
<NavButtonDirection data-prev>
390390
<ChevronLeft size={28} css={arrowCss} />
391391
</NavButtonDirection>

0 commit comments

Comments
 (0)