Skip to content

Commit

Permalink
feat(dcellar-web-ui): add calculator bg image
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Sep 18, 2023
1 parent 9f76148 commit 14ba809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/src/modules/price-calculator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const PriceCalculator = () => {
<Flex gap={40} flexDirection={'column'} bgColor={'#fff'}>
<Flex
paddingTop={64}
bg={`center/cover no-repeat url(${assetPrefix}/images/price/bg.svg)`}
bg={`center/cover no-repeat url(${assetPrefix}/images/price/bg.svg), right bottom no-repeat url(${assetPrefix}/images/price/bg_2.svg)`}
flexDirection={'column'}
>
<Banner />
Expand Down

0 comments on commit 14ba809

Please sign in to comment.