Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
davronkhamdamov authored Mar 20, 2024
1 parent cb58f3a commit cbf4191
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ export default function Home() {
key={i}
>
<div className="flex items-center gap-3">
<p className="text-xl">
{lesson.lesson}.{i}
</p>
<p className="text-xl">{i}</p>
<p className="text-xl">{homework.title}</p>
</div>
<Link
Expand Down

0 comments on commit cbf4191

Please sign in to comment.