link logo navbar

This commit is contained in:
Sabda Yagra 2025-03-22 15:07:54 +07:00
parent 4ebcfa2d96
commit 71d755863e
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ const NavbarKaltara = () => {
return (
<div className="bg-[#c03724] w-full py-3 px-4 lg:px-20 items-center fixed top-0 z-50">
<div className="flex flex-row justify-between items-center">
<Image width={2560} height={1440} src="/assets/img/logo-new-tbnews.png" alt="image" className="h-28 w-72" />
<Link href="/">
<Image width={2560} height={1440} src="/assets/img/logo-new-tbnews.png" alt="image" className="h-28 w-72" />
</Link>
<div className="flex flex-row">
<div className="text-white font-semibold hidden lg:flex flex-row gap-14 items-center">
{category?.map((data: any) => (