check lighthous

This commit is contained in:
hamed
2026-06-05 21:05:07 +03:30
parent cf703f131a
commit 3c9013ff0c
10 changed files with 43 additions and 88 deletions
+2 -1
View File
@@ -11,7 +11,7 @@ import ClockD from "@/components/icons/ClockD";
import LikeD from "@/components/icons/LikeD";
import PointD from "@/components/icons/PointD";
function ItemDoctor({ doctor, loading, setDoctors }) {
function ItemDoctor({ doctor, loading, setDoctors, priority = false }) {
const handleLoading = () => {
setDoctors((prevDoctors) =>
prevDoctors.map((item) =>
@@ -33,6 +33,7 @@ function ItemDoctor({ doctor, loading, setDoctors }) {
alt="image-doctor"
src={doctor?.img?.[0]?.url || "/assets/images/user.png"}
className="object-contain rounded-full w-[64px] md:w-[68px] lg:w-[72px] h-[64px] md:h-[68px] lg:h-[72px]"
priority={priority}
/>
</CircularLoading>
<div className="flex flex-col items-start justify-center gap-2">
+1 -1
View File
@@ -13,7 +13,7 @@ function Logo({ isAbsolute, matchedCity }) {
height={30}
alt="logo"
/>
<p className="text-[#526CAC] text-[14px] lg:text-[16px] font-bold font-kalame">
<p className="text-[#526CAC] text-[14px] lg:text-[16px] font-bold">
{matchedCity?.site_name || "نوبت ۷۲۴"}
</p>
</div>