Skip to content

Commit 19aeb25

Browse files
authored
Update Projects.js
Fixed a typo at line 61. Comming -> Coming.
1 parent 4d3f643 commit 19aeb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Home/Components/Projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Projects = () => {
5858
</div>
5959
</div>
6060
<div class="col-md-3">
61-
<h1 class="mt-5">Comming Soon</h1>
61+
<h1 class="mt-5">Coming Soon</h1>
6262
</div>
6363
<div class="col-md-2">
6464
<img src={card} class="h-75 position-absolute right-0 mt-6 mr-3" alt="Productivity" />
@@ -79,4 +79,4 @@ const Projects = () => {
7979
</section>
8080
)
8181
}
82-
export default Projects
82+
export default Projects

0 commit comments

Comments
 (0)