Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Sep 3, 2024
1 parent 2ca2619 commit df0152c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/atoms/buttons/RowTextBlockButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function RowTextBlockButton({ text, onClick }: RowTextBlockButtonProps) {
}

const Button = styled.button`
width: 100%;
padding: 16px;
text-align: start;
border-bottom: var(--border);
Expand Down
2 changes: 1 addition & 1 deletion constants/settingValue/dateSettingValue.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PROMOTION_WIN_DATE = "2024-08-13";
export const PROMOTION_WIN_DATE = "2024-09-03";
1 change: 1 addition & 0 deletions modals/promotion/PromotionAllCoolTimeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function PromotionAllCoolTimeModal({ promotionData, setIsModal }: IPromotionAllC
item.uid !== "2636066822" &&
item.uid !== "3224546232",
).length;


const footerOptions: IFooterOptions = {
children: (
Expand Down

0 comments on commit df0152c

Please sign in to comment.