Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kovipu committed Apr 26, 2024
2 parents 3f4d540 + 3db61cd commit 8edff5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/showcard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const Time = ({ start, end }: TimeProps) => {
const endTime = format(new Date(end), 'p', { locale: fi });

return (
<p className="mt-1 h-[25px] w-[25px] rotate-90 font-bold text-white">
{startTime}&nbsp;-&nbsp;{endTime}
<p className="mt-1 h-[25px] w-[25px] rotate-90 whitespace-nowrap font-bold text-white">
{startTime}{endTime}
</p>
);
};
Expand Down

0 comments on commit 8edff5f

Please sign in to comment.