Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
2-NOW authored Dec 11, 2023
1 parent ba1931e commit 6e94cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const Home = () => {
return (
<div>
<h1 className="bg-red-50 p-2 text-rose-950">This is Home Page...!!!</h1>
<h1 className="bg-red-50 p-2 text-rose-950">This is Home Page...!</h1>
</div>
);
};

0 comments on commit 6e94cc7

Please sign in to comment.