Skip to content

Commit

Permalink
Fix formatting issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarbesh1234 committed Oct 28, 2024
1 parent b66e340 commit effd230
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import Project from "@/components/programs/project";

const Home = () => {
return (
<div className="flex h-screen w-screen items-center justify-center">
Hello World
<Project
title="WINC Website"
description="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the indsutry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
tags={["TypeScript", "TypeScript", "TypeScript"]}
/>
</div>
);
};
Expand Down

0 comments on commit effd230

Please sign in to comment.