Skip to content

Commit ccb94e5

Browse files
committed
update upgrade modal
1 parent cae5088 commit ccb94e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/diagram.png

228 KB
Loading

src/containers/Modals/UpgradeModal/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
3131
<Flex w="100%" direction="row" justify="space-between">
3232
<Image
3333
w="100%"
34-
maw="320"
34+
maw="400"
3535
h="auto"
36-
src="/diagrams.png"
36+
src="/diagram.png"
3737
alt="ToDiagram"
3838
fit="cover"
3939
visibleFrom="md"

0 commit comments

Comments
 (0)