update upgrade modal

This commit is contained in:
AykutSarac 2024-11-18 14:41:43 +03:00
parent cae5088b7d
commit ccb94e5877
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

BIN
public/diagram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

View File

@ -31,9 +31,9 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
<Flex w="100%" direction="row" justify="space-between">
<Image
w="100%"
maw="320"
maw="400"
h="auto"
src="/diagrams.png"
src="/diagram.png"
alt="ToDiagram"
fit="cover"
visibleFrom="md"