We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc775cd commit 734af82Copy full SHA for 734af82
1 file changed
src/App.svelte
@@ -64,7 +64,7 @@
64
<main>
65
{#if route === 'experiences'}
66
<h1>👋 Hi! My name is <span class="name" class:animate={animate}>Daniel Rosenthal</span></h1>
67
- <h3>I'm a Software Enginner based out of NYC<br>Scroll down to see my journey</h3>
+ <h3>I'm a Software Engineer based out of NYC<br>Scroll down to see my journey</h3>
68
<Timeline />
69
{:else if route === 'projects'}
70
<Projects />
0 commit comments