Amir Hossein Moghiseh 2025-02-22 22:29:50 +03:30
parent 72cf471c13
commit c7f9024cef
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ const Navbar = ({ items }) => {
<div className="flex">
<button onClick={changeLocale} className="mr-2 w-fit px-3 p-2 text-sm bg-white flex rounded-xl ">
<p className="mb-0">{locale === "en" ? "عربی" : "English"}</p>
<p className="mb-0">{locale === "en" ? "العربیه" : "English"}</p>
</button>
</div>
@ -177,7 +177,7 @@ const Navbar = ({ items }) => {
{/* <Link href={"/"} className="w-full"> */}
<div className=" w-full mx-1 flex items-center ">
<button onClick={changeLocale} className="mr-2 w-fit px-3 p-2 h-fit text-sm bg-white flex rounded-xl ">
<p className="mb-0">{locale === "en" ? "عربی" : "English"}</p>
<p className="mb-0">{locale === "en" ? "العربیه" : "English"}</p>
</button>
</div>
<div className=" ">