Skip to content

Commit 7d7c263

Browse files
committed
chore: move svg to illustration
1 parent bd14d6a commit 7d7c263

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

File renamed without changes.

src/Shared/Components/Illustration/Illustration.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import CreateBackupSchedule from '@Illustrations/create-backup-schedule.webp'
44
import CreateBackupSnapshot from '@Illustrations/create-backup-snapshot.webp'
55
import ImgCode from '@Illustrations/img-code.webp'
66
import ImgDevtronFreemium from '@Illustrations/img-devtron-freemium.webp'
7+
import { ReactComponent as ImgFolderEmpty } from '@Illustrations/img-folder-empty.svg'
78
import ImgManOnRocket from '@Illustrations/img-man-on-rocket.webp'
89
import { ReactComponent as ImgMechanicalOperation } from '@Illustrations/img-mechanical-operation.svg'
910
import { ReactComponent as ImgNoRestores } from '@Illustrations/img-no-restores.svg'
@@ -15,6 +16,7 @@ import { IllustrationBase } from './IllustrationBase'
1516
import { IllustrationBaseProps } from './types'
1617

1718
export const illustrationMap = {
19+
'img-folder-empty': ImgFolderEmpty,
1820
'img-mechanical-operation': ImgMechanicalOperation,
1921
'img-no-restores': ImgNoRestores,
2022
'create-backup-schedule': CreateBackupSchedule,

0 commit comments

Comments
 (0)