change style menu home & responsive head and footer home & list doctors
This commit is contained in:
@@ -2,7 +2,7 @@ import { listNav } from "@/constans";
|
||||
import { isActiveURL } from "@/helper";
|
||||
import Link from "next/link";
|
||||
|
||||
function Row() {
|
||||
function Row({ name }) {
|
||||
return (
|
||||
<ul className="hidden lg:flex items-center justify-center gap-[40px]">
|
||||
{listNav.map(nav => (
|
||||
|
||||
Reference in New Issue
Block a user