Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestjx committed Oct 19, 2024
1 parent 798c95b commit 2d4f5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(full-page)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const LandingPage = () => {
<h1 className="text-6xl font-bold text-gray-900 line-height-2">
<span className="font-light block">MTECH SE 31</span>Quemistry
</h1>
<p className="font-normal text-2xl line-height-3 md:mt-3 text-gray-700">Platform manages multiple choice questions to test and improve your knowlege in chemistry ... </p>
<p className="font-normal text-2xl line-height-3 md:mt-3 text-gray-700">Platform manages multiple choice questions to test and improve your knowledge in chemistry ... </p>
<Link href="/quiz/practice">
<Button type="button" label="Get Started" rounded className="text-xl border-none mt-3 bg-blue-500 font-normal line-height-3 px-3 text-white"></Button>
</Link>
Expand Down

0 comments on commit 2d4f5d1

Please sign in to comment.