Skip to content

Commit

Permalink
tweaks yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasilva414 committed Oct 24, 2024
1 parent a0f1524 commit 6e0f5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/dash/schedule/schedule-timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function EventRow({ event, userTimeZone }: EventRowProps) {
return (
<Link href={href} legacyBehavior>
<tr className="md:py-none cursor-pointer py-24 text-center text-xl text-foreground">
<td className="pr-4 text-base md:pr-16 md:text-sm">{`${startTimeFormatted} - ${endTimeFormatted}`}</td>
<td className="pr-4 text-sm md:pr-16 md:text-xl">{`${startTimeFormatted} - ${endTimeFormatted}`}</td>
<td
className={"relative h-20 w-1"}
style={{
Expand Down

0 comments on commit 6e0f5a9

Please sign in to comment.