Skip to content

Commit

Permalink
fixed animated tutorials pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Sep 25, 2024
1 parent cf6070e commit a2d786e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/tutorials/aniamtedLink.module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ export const TransitionLink: React.FC<AnimatedLinkProps> = ({

await sleep(400);
router.push(href);
await sleep(400);

if (body) {
body.style.transform = '';
body.style.opacity = '';
}
};

return (
Expand Down

0 comments on commit a2d786e

Please sign in to comment.