Skip to content

Commit

Permalink
Feat: Modified
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarpal committed Mar 11, 2023
1 parent 5bd94df commit 2058443
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const HomePage = () => {
Show your projects to the world 🌎
</h1>

<p className="mt-9 sm:text-[1.5rem] sm:leading-relaxed">
<p className="mt-9 sm:text-[1.5rem] sm:leading-relaxed">
ProjectsHut is an innovative platform that allows users to publish
their projects.
their projects
</p>

<div className="mt-8 flex flex-wrap justify-center gap-4">
Expand All @@ -39,6 +39,8 @@ const HomePage = () => {
</div>
</div>
</div>


<Banner />
</section>
);
Expand Down

1 comment on commit 2058443

@vercel
Copy link

@vercel vercel bot commented on 2058443 Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut-priyankarpal.vercel.app
projectshut-git-main-priyankarpal.vercel.app
projectshut.vercel.app

Please sign in to comment.