From f42a8be176e4c642fce4d25bdfa2d5021fce02dd Mon Sep 17 00:00:00 2001 From: Ismael Rumzan Date: Thu, 20 Oct 2022 14:40:45 -0600 Subject: [PATCH] remove next/future/image ref --- docs/basic-features/image-optimization.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/basic-features/image-optimization.md b/docs/basic-features/image-optimization.md index d68189b830077..355d8c26260ba 100644 --- a/docs/basic-features/image-optimization.md +++ b/docs/basic-features/image-optimization.md @@ -167,8 +167,6 @@ If none of the suggested methods works for sizing your images, the `next/image` ## Styling -> Note: Many of the styling issues listed below can be solved with [`next/future/image`](/docs/api-reference/next/future/image.md) - Styling the Image component is similar to styling a normal `` element, but there are a few guidelines to keep in mind: **Use `className` or `style`, not `styled-jsx`**