Skip to content

Commit bfddb12

Browse files
committed
fix: gif
1 parent 79247ce commit bfddb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/components/Action.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @next/next/no-img-element */
12
import Image from 'next/image'
23
import React from 'react'
34

@@ -10,10 +11,9 @@ export default function Action() {
1011
<div className="relative mt-16 rounded-xl border-4 border-[#24D1DC]">
1112
<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>
1213
<div className="overflow-hidden rounded-xl">
13-
<Image
14+
<img
1415
width={600}
1516
height={373}
16-
objectFit="cover"
1717
src="https://res.cloudinary.com/didkcszrq/image/upload/v1645167017/action_pgrajw.gif"
1818
alt="React and Next.js snippets in action"
1919
className="z-10"

0 commit comments

Comments
 (0)