Skip to content

Commit

Permalink
Update TableCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahuletto authored Nov 12, 2024
1 parent 49ca2cc commit 4137426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const TableCard: React.FC<TableCardProps> = ({ view, currentDayOrder }) => {
aria-label="Holiday"
className="text-3xl font-semibold text-light-error-color dark:text-dark-error-color"
>
Holiday
{!day || !timetable ? "Error" : "Holiday"}
</h1>
</div>
);
Expand Down

0 comments on commit 4137426

Please sign in to comment.