Skip to content

Commit

Permalink
change bg image resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Dec 12, 2023
1 parent d3057f3 commit 02251a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layouts/SimplePageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SimplePageLayout: FC<SimplePageLayoutProps> = ({ isConfirmationPopup = fal
className={classNames(
'min-h-screen',
'flex flex-col',
popup && !isConfirmationPopup && 'bg-gray-100 bg-no-repeat'
popup && !isConfirmationPopup && 'bg-gray-100 bg-no-repeat bg-contain'
)}
style={{ backgroundImage: isConfirmationPopup ? undefined : `url(${ChristmasBgPopupImg})` }}
>
Expand Down
Binary file modified src/app/misc/christmas-popup-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02251a2

Please sign in to comment.