Skip to content

Commit

Permalink
solved css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nsundriyal62 committed Oct 6, 2023
1 parent af1da55 commit 903388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tracks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Tracks({}: Props) {
/>
<div className="flex flex-col gap-2">
<h3 className="text-xl font-bold ">DSA In Javascript</h3>
<p className="text-xs text-slate-600 max-w-xs dark:text-white">
<p className="text-md text-slate-600 max-w-md dark:text-white">
Enroll for this batch to ace DSA skills with javascript, enhancing
your skills for job success.
</p>
Expand Down

0 comments on commit 903388c

Please sign in to comment.