Skip to content

Commit

Permalink
typo: additionally
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Jan 11, 2025
1 parent 816f08b commit 77891a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function AboutSection() {
Azure and GCP, but prefer using Virtual Private Servers where I have
more control over the environment and the cost. I am always looking to
improve my skills, and right now I am working on improving my algorithms
programming and learning Rust. Addintionally I am looking into getting
programming and learning Rust. Additionally I am looking into getting
better at graphics programming and shader programming.
</m.p>

Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/contact/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function ContactSection() {
variants={slideIn('right', 'tween', 0.2, 1)}
className='h-[350px] md:h-[550px] xl:h-auto xl:w-[550px] xl:flex-1'
>
{/* <DogCanvas /> */}
<DogCanvas />
</m.div>
</div>
);
Expand Down

0 comments on commit 77891a0

Please sign in to comment.