change format all file

This commit is contained in:
Ehsan
2025-05-18 01:18:35 +03:30
parent 4a57468e26
commit 254d5d4ebd
84 changed files with 721 additions and 651 deletions
+5 -4
View File
@@ -5,10 +5,11 @@ function Pageguide({ list }) {
<li key={idx} className="flex items-center justify-start gap-1">
<h2
className={`text-[16px] font-normal
${list.length > idx + 1
? "text-[#9B9B9B]"
: "text-[#525252]"
}
${
list.length > idx + 1
? "text-[#9B9B9B]"
: "text-[#525252]"
}
`}
>
{item}