Skip to content

Commit 4ed2471

Browse files
authored
Merge pull request #12 from abolfazlghalandary/dev
Merge Dev to Main
2 parents d380844 + 73db57d commit 4ed2471

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/App.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ function App() {
99
<div>Team</div>
1010
<div>Introduction</div>
1111
</h1>
12-
<p className="flex flex-row justify-center items-center m-10">
12+
<p className="flex flex-row justify-center items-center">
1313
{IntroBox('Abolfazl', 'Ghalandary')}
1414
{IntroBox('Alireza','Farshi')}
15+
{IntroBox('Mohammad','Izadi')}
1516
</p>
1617
</div>
1718
)
@@ -26,4 +27,4 @@ function IntroBox(name: string, last_name: string) {
2627
<p className='text-white'>{last_name}</p>
2728
</div>
2829
)
29-
}
30+
}

0 commit comments

Comments
 (0)