Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/4bujak-4bujak/frontend i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
eun-hak committed Jun 11, 2024
2 parents a571488 + 7d86921 commit d329634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/weekSchedule/WeekScheduleItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const WeekScheduleItem = ({
{data.slice(0, 3).map((item: todayListData, index: number) => {
if (item.spaceType == 'MEETINGROOM') {
return (
<div key={index} className="border-b border-gray-300 pb-3 ">
<div key={index} className="border-b border-gray-300 pb-3 mt-3">
<div className="mx-4 flex items-center justify-between">
{/* 고정 */}
<div className="flex gap-2 items-center">
Expand All @@ -108,7 +108,7 @@ const WeekScheduleItem = ({
</div>
</div>
</div>
<div className="flex flex-col gap-[17px]">
<div className="flex flex-col gap-[8px]">
<div className="flex justify-end">
{item?.memberType == 'REPRESENTATIVE' ? (
<div className="flex items-center justify-center w-[46px] h-6 text-center border-2 border-space-blue rounded-[20px] text-white bg-space-blue text-[12px] font-semibold">
Expand Down

0 comments on commit d329634

Please sign in to comment.