Skip to content

Commit

Permalink
ci/cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghuboi committed Mar 29, 2024
1 parent c86b1d8 commit 580fcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ interface Props {}
const Page: React.FC<Props> = () => {
return (
<div className="h-[40rem] w-full flex justify-center items-center overflow-hidden px-[3rem]">
<h1>Coming soon!!</h1>
<h1>Coming soon!</h1>
</div>
);
};
Expand Down

0 comments on commit 580fcbd

Please sign in to comment.