change name in register & add link to most-searched home page & change tag & change design and responsive & fix active link header & must include field num in register & send code msg
This commit is contained in:
@@ -16,7 +16,7 @@ function ItemSpecialties({ data, loading }) {
|
||||
hover:bg-[#5559CE] transition-all duration-500 cursor-pointer hover-mode-item-speciality"
|
||||
>
|
||||
<TextLoading loading={loading} width={70} height={18}>
|
||||
<p className="text-[#3B3B3B] text-[16px] font-bold">{data.name}</p>
|
||||
<h2 className="text-[#3B3B3B] text-[16px] font-bold">{data.name}</h2>
|
||||
</TextLoading>
|
||||
<TextLoading loading={loading} width={50} height={18}>
|
||||
<p className="text-[#7E7E7E] text-[14px] font-medium">
|
||||
|
||||
@@ -7,9 +7,9 @@ function List({ loading, specialties = [] }) {
|
||||
<div className="bg-[#FAFAFA]">
|
||||
<div className="flex items-center justify-center gap-[12px] pt-[24px] mb-[40px]">
|
||||
<MenuS />
|
||||
<p className="text-[#3B3B3B] text-[16px] sm:text-[19px] md:text-[22px] lg:text-[24px] font-bold">
|
||||
<h1 className="text-[#3B3B3B] text-[16px] sm:text-[19px] md:text-[22px] lg:text-[24px] font-bold">
|
||||
لیست تخصص ها
|
||||
</p>
|
||||
</h1>
|
||||
</div>
|
||||
{specialties.length === 0 ? (
|
||||
<div className="text-center py-10 text-gray-500">
|
||||
|
||||
Reference in New Issue
Block a user