Skip to content

Commit

Permalink
πŸ’‡πŸΏβ€β™€οΈ npx @next/codemod next-image-to-legacy-image .
Browse files Browse the repository at this point in the history
  • Loading branch information
dysbulic authored and alalonde committed Mar 13, 2023
1 parent 83004fa commit b4ce27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/design-system/src/BoxedNextImage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box } from '@chakra-ui/react';
import NextImage from 'next/image';
import NextImage from 'next/legacy/image';
import React from 'react';

export const BoxedNextImage: React.FC<
Expand Down
2 changes: 1 addition & 1 deletion packages/web/components/QuestChain/UploadImageForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
SmallCloseIcon,
} from '@metafam/ds';
import { DropImageType } from 'lib/hooks/useDropFiles';
import { ImageProps } from 'next/image';
import { ImageProps } from 'next/legacy/image';
import React from 'react';

export const UploadImageForm = ({
Expand Down

0 comments on commit b4ce27f

Please sign in to comment.