Skip to content

Commit 6e48cd1

Browse files
authored
Update App.tsx
1 parent a87a0e8 commit 6e48cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const App: React.FC = () => {
2626
{/* Textbox section */}
2727
<div className="flex-1 p-5 z-30">
2828
<About title="Hello, my name is Otto" imageUrl="/assets/photo.jpg" imageOnRight>
29-
<p className="mb-2">I'm an aspiring software engineer with a background in audio engineering and tech support, passionate about creative coding.</p>
29+
<p className="mb-2">I'm an aspiring software developer with a background in audio engineering and tech support, passionate about creative coding.</p>
3030
<p>I recently completed my core studies at <a href="http://hive.fi" className="text-primary hover:text-accent transition-all" target="_blank">Hive Helsinki</a>, where I gained hands-on experience in programming with C and C++. </p>
3131
<p className="mt-2">I built this page so I could have some fun with React, Tailwind, and Three.js, and showcase my projects in the future.</p>
3232
<p className="mt-2">Hope you like what you see! Feel free to interact with that mesh, check out my work and connect with me on LinkedIn or GitHub.</p>

0 commit comments

Comments
 (0)