Skip to content

Commit

Permalink
Update AboutModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahriarKh authored Mar 2, 2022
1 parent ffe7f86 commit 298a6dc
Showing 1 changed file with 3 additions and 3 deletions.
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 298a6dc

Please sign in to comment.