Skip to content

Commit

Permalink
๐Ÿ› ์บ˜๋ฆฐ๋” ์„œ๋ธŒ๋‚ด๋น„ ๊ฒน์น˜๋Š” ํ˜„์ƒ ์ˆ˜์ • (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limchansol authored Apr 7, 2024
1 parent 9eb766f commit 7f28a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default async function ReservationCalendar({
]);

return (
<div className="w-fit">
<div className="max-w-fit">
<h3 className="mb-7 text-2xl font-bold text-neutral-800">{formatTitle(selectedDate)}</h3>
<Toolbar date={selectedDate} roomId={roomId} />
<CalendarContent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function CalendarContent({
const today = new Date();

return (
<div className="flex w-fit border-b border-neutral-200">
<div className="flex border-b border-neutral-200">
<RowIndex />
{dates.map((date) => (
<CalendarColumn
Expand Down

0 comments on commit 7f28a86

Please sign in to comment.