me + unseen-count dont request if do not login

This commit is contained in:
hamid zarghami
2026-06-06 10:56:59 +03:30
parent 22231fe800
commit d13792219b
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ function FoodPage({}: Props) {
<div className="relative w-full lg:h-full min-h-0 not-lg:bg-container rounded-2xl overflow-hidden lg:rounded-r-none lg:order-1">
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
className="lg:object-contain h-auto object-cover bg-[#F2F2F9] w-full"
className="lg:object-cover lg:h-full object-cover bg-[#F2F2F9] w-full"
src={foodImage}
alt={foodName}
onError={(event) => {