We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79247ce commit bfddb12Copy full SHA for bfddb12
web/components/Action.tsx
@@ -1,3 +1,4 @@
1
+/* eslint-disable @next/next/no-img-element */
2
import Image from 'next/image'
3
import React from 'react'
4
@@ -10,10 +11,9 @@ export default function Action() {
10
11
<div className="relative mt-16 rounded-xl border-4 border-[#24D1DC]">
12
<div className="absolute top-1/2 left-1/2 -z-10 h-[25rem] w-[50rem] -translate-y-1/2 -translate-x-1/2 bg-[#2A468E] blur-[140px]"></div>
13
<div className="overflow-hidden rounded-xl">
- <Image
14
+ <img
15
width={600}
16
height={373}
- objectFit="cover"
17
src="https://res.cloudinary.com/didkcszrq/image/upload/v1645167017/action_pgrajw.gif"
18
alt="React and Next.js snippets in action"
19
className="z-10"
0 commit comments