Skip to content

Commit

Permalink
🔧 Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Feb 10, 2024
1 parent 2676690 commit ea1b77d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
<svelte:fragment slot="lead"><i class="fa-solid fa-house"></i></svelte:fragment>
<svelte:fragment slot="summary">Welcome</svelte:fragment>
<svelte:fragment slot="content"
>Welcome to my very informative Website! Just go to my <code class="code">Projects</code
>
section or go to my <code class="code">About Me</code> section.</svelte:fragment
>
>Welcome to my very informative Website! Just go to <code class="code">Projects</code>
or to <code class="code">About Me</code>.
</svelte:fragment>
</AccordionItem>
<AccordionItem>
<svelte:fragment slot="lead"><i class="fa-solid fa-diagram-project"></i></svelte:fragment>
Expand Down Expand Up @@ -87,9 +86,9 @@
target="_blank">Rust</a
>
and in <a href="https://svelte.dev/" class="anchor" target="_blank">Svelte</a>. I have
done a lot of things, so look for that under the <code class="code">Projects</code> section.
Feel free to reach out for a chat about coding or anything else!</svelte:fragment
>
done a lot of things, so look for that under <code class="code">Projects</code>. Feel
free to reach out for a chat about coding or anything else!
</svelte:fragment>
</AccordionItem>
<AccordionItem>
<svelte:fragment slot="lead"><i class="fa-solid fa-envelope"></i></svelte:fragment>
Expand Down

0 comments on commit ea1b77d

Please sign in to comment.