When I add in Navbar.tsx by following video from youtube and start local server there occurs 3 errors:
<div className="container max-w-7xl h-full mx-auto flex items-center justify-between gap-2">
{/* { logo } */}
<Link href='/' className="flex gap-2 items-center">
<p className="hidden text-zinc-700 text-sm font-medium md:block">Breadit</p>
</Link>
</div>
The error above occurs.