Skip to content

Commit

Permalink
🐛 Third bloggpost was sliced from view on frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Jan 21, 2025
1 parent fad913c commit edab37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aksel.nav.no/website/pages/produktbloggen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Page = (props: PageProps["props"]) => {
return <NotFotfund />;
}

const remainingPosts = props?.bloggposts?.slice(3, props?.bloggposts.length);
const remainingPosts = props?.bloggposts?.slice(2, props?.bloggposts.length);

return (
<>
Expand Down

0 comments on commit edab37a

Please sign in to comment.