diff --git a/src/App.tsx b/src/App.tsx
index 32a72ca..01c3272 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,4 +1,5 @@
import React from 'react';
+import img from './img.jpeg';
export default function App() {
return (
@@ -11,6 +12,8 @@ export default function App() {
>
[github]
+
+
);
}
diff --git a/src/img.jpeg b/src/img.jpeg
new file mode 100644
index 0000000..0b00511
Binary files /dev/null and b/src/img.jpeg differ