change api file and design poster

This commit is contained in:
ehsan
2025-10-04 20:36:50 +03:30
parent 83e482507b
commit 0b90e1abc4
6 changed files with 24 additions and 14 deletions
+1 -3
View File
@@ -89,9 +89,7 @@ function ItemDoctor({ doctor, loading, setDoctors }) {
: "bg-[rgba(211,_47,_47,_0.04)] text-[#D32F2F]"
}`}
>
{doctor?.free_turn
? `اولین نوبت آزاد: ${doctor?.free_turn}`
: "نوبت ندارد"}
{doctor?.free_turn}
</p>
</CustomLoading>
{/* Arrow */}