We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3f643 commit 19aeb25Copy full SHA for 19aeb25
src/pages/Home/Components/Projects.js
@@ -58,7 +58,7 @@ const Projects = () => {
58
</div>
59
60
<div class="col-md-3">
61
- <h1 class="mt-5">Comming Soon</h1>
+ <h1 class="mt-5">Coming Soon</h1>
62
63
<div class="col-md-2">
64
<img src={card} class="h-75 position-absolute right-0 mt-6 mr-3" alt="Productivity" />
@@ -79,4 +79,4 @@ const Projects = () => {
79
</section>
80
)
81
}
82
-export default Projects
+export default Projects
0 commit comments