diff --git a/components/global-header.tsx b/components/global-header.tsx index fdb4cb2b3..546625676 100644 --- a/components/global-header.tsx +++ b/components/global-header.tsx @@ -1,8 +1,7 @@ import { useState } from 'react'; import { HamburgerIcon } from '@chakra-ui/icons'; -import { Box, CloseButton, Container, Flex, IconButton, Image, Link, Stack, Text } from '@chakra-ui/react'; +import { Box, CloseButton, Container, Flex, IconButton, Link, Stack, Text } from '@chakra-ui/react'; import RoadmapLogo from '../components/icons/roadmap.svg'; -import siteConfig from '../content/site.json'; type MenuLinkProps = { text: string; diff --git a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/108-process-next-tick.md b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/108-process-next-tick.md index 57b4e5b89..559eb6196 100644 --- a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/108-process-next-tick.md +++ b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/108-process-next-tick.md @@ -6,4 +6,4 @@ Every time the event loop takes a full trip, we call it a tick. When we pass a f Understanding Process.NextTick() The Node.js process.nextTick() -The process.nextTick Function +The process.nextTick Function