We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d380844 + 73db57d commit 4ed2471Copy full SHA for 4ed2471
src/App.tsx
@@ -9,9 +9,10 @@ function App() {
9
<div>Team</div>
10
<div>Introduction</div>
11
</h1>
12
- <p className="flex flex-row justify-center items-center m-10">
+ <p className="flex flex-row justify-center items-center">
13
{IntroBox('Abolfazl', 'Ghalandary')}
14
{IntroBox('Alireza','Farshi')}
15
+ {IntroBox('Mohammad','Izadi')}
16
</p>
17
</div>
18
)
@@ -26,4 +27,4 @@ function IntroBox(name: string, last_name: string) {
26
27
<p className='text-white'>{last_name}</p>
28
29
-}
30
+}
0 commit comments