Skip to content

Commit

Permalink
chore(nx-dev): style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored and jaysoo committed Feb 7, 2025
1 parent a98f474 commit e9c9412
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nx-dev/ui-webinar/src/lib/webinar-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ export function WebinarList({ webinars }: WebinarListProps): JSX.Element {
</div>
) : (
<div className="mx-auto max-w-7xl px-8">
<div className="mt-10 border-b-2 border-slate-300 pb-3 text-lg dark:border-slate-700">
<h2 className="font-semibold">Upcoming Webinars</h2>
</div>
{webinars
.filter((w) => w.status === 'Upcoming')
.map((webinar, index) => {
Expand Down

0 comments on commit e9c9412

Please sign in to comment.