Skip to content

Commit

Permalink
fix: 전체모임(체험판) 제거 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrevile authored Aug 26, 2024
1 parent 0487595 commit f66b6de
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@ export const MeetingChoiceBottomSheet = ({

return (
<BottomSheet title="모임 변경하기" isOpen={isOpen} onClose={onClose}>
<div
css={{
display: 'flex',
alignItems: 'center',
padding: '0 20px',
height: '48px',
borderRadius: borderRadiusVariants.medium,
backgroundColor: colors.white,
marginBottom: '16px',
}}
>
<Txt typography="title2" color={colors.black}>
전체 모임(체험판)
</Txt>
</div>
<ul
css={{
listStyle: 'none',
Expand Down

0 comments on commit f66b6de

Please sign in to comment.