Skip to content

Commit 403def1

Browse files
authored
Merge pull request #32 from Armanio/patch-1
2 parents 63adb0b + 1a621e1 commit 403def1

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)