diff --git a/src/App.tsx b/src/App.tsx index 647af8f..6da6db6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,8 +9,8 @@ function App() {
Team
Introduction
-

- {IntroBox('Ghalandary')} +

+ {IntroBox('Abolfazl', 'Ghalandary')}

) @@ -18,11 +18,11 @@ function App() { export default App -function IntroBox(name: string) { +function IntroBox(name: string, last_name: string) { return ( -
+

{name}

- +

{last_name}

) } \ No newline at end of file