Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hkaar committed Oct 19, 2024
1 parent d81b51a commit 0da5ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function HomePage() {
</div>

<SectionContent title="About myself">
Hey there! i'm shava a software developer whose making
Hey there! i`m shava a software developer whose making
full-stack web apps, web sites with various languages
and tools.
</SectionContent>
Expand Down Expand Up @@ -67,7 +67,7 @@ export default function HomePage() {

<ContentSection id="blog" centered>
<SectionContent title="The Blog" centered>
Here's my personal blog where you can see what i'm up to recently
Here`s my personal blog where you can see what i`m up to recently
</SectionContent>

<div className="grid place-items-center">
Expand All @@ -77,7 +77,7 @@ export default function HomePage() {

<ContentSection id="contact">
<SectionContent title="Need help with an idea?">
Let's get in touch!
Let`s get in touch!
</SectionContent>

<div className="flex-1 grid place-items-center">
Expand Down

0 comments on commit 0da5ef6

Please sign in to comment.