Skip to content

Commit

Permalink
fix: delete about and direct to below
Browse files Browse the repository at this point in the history
Signed-off-by: Rengga Prakoso Nugroho <[email protected]>
  • Loading branch information
vzrenggamani authored May 23, 2023
1 parent 61b3fd9 commit cb901eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Home({ content, posts }) {
<div className=" flex justify-center items-center lg:h-screen">
<Image src={ImageProudly} alt="Mempersembahkan" />
</div>
<About />

<Image src={divider} alt="" height={50} className="w-full" />
<GeneralInformation listpost={posts} />
<Image src={divider} alt="" height={50} className="w-full" />
Expand Down

0 comments on commit cb901eb

Please sign in to comment.