Skip to content

Commit

Permalink
Please be stronger in the next debugging :)
Browse files Browse the repository at this point in the history
Edit A few tiny spells ckeck
  • Loading branch information
Qiamast authored Mar 3, 2022
2 parents 0488066 + 298a6dc commit a78677e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function App() {
<Alert message="کلمه وارد شده کوتاه تر از حد انتظار است" isOpen={isNotEnoughLetters} />
<Alert message="کلمه وارد شده صحیح نیست" isOpen={isWordNotFoundAlertOpen} />
<Alert
message={`بنظر میرسه شما باختید💔 کلمه مورد نظر : ${solution}`}
message={`به نظر می‌رسه شما باختید💔 کلمه مورد نظر : ${solution}`}
isOpen={isGameLost}
/>
<Alert
Expand All @@ -121,7 +121,7 @@ function App() {
className="h-6 w-6 cursor-pointer animate-pulse"
onClick={() => setIsInfoModalOpen(true)}
/>
<h1 className="text-xl grow font-light text-center">وردل ، اما با کلمات فارسی</h1>
<h1 className="text-xl grow font-light text-center">وردل، اما با کلمات فارسی</h1>
<MenuAlt2Icon
className="h-6 w-6 cursor-pointer -rotate-180"
onClick={() => setIsStatsModalOpen(true)}
Expand Down
6 changes: 3 additions & 3 deletions src/components/modals/AboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const AboutModal = ({ isOpen, handleClose }: Props) => {
as="h3"
className="text-lg leading-6 font-medium text-gray-900 mr-4"
>
درباره وردل ، نسخه ای فارسی از بازی wordle
درباره وردل، نسخهای فارسی از بازی wordle
</Dialog.Title>
<div className="mt-2">
<p className="text-sm text-gray-500 text-justify">
Expand All @@ -71,7 +71,7 @@ export const AboutModal = ({ isOpen, handleClose }: Props) => {
>
مهدی
</a>{' '}
با تایپ اسکریپت ، ری اکت جی اس ، تایلویند
با تایپ اسکریپت، ری اکت جی اس و تیلویند
توسعه داده شده است.
به قول خارجیا جاست اینجوی 😇
</p>
Expand All @@ -81,7 +81,7 @@ export const AboutModal = ({ isOpen, handleClose }: Props) => {
href="https://github.com/PersianWordle"
className="underline font-bold pl-4"
>
گیت هاپ
گیت هاب
</a>
|
<a
Expand Down

0 comments on commit a78677e

Please sign in to comment.