fix: remove deprecated allowtransparency prop to resolve build error
This commit is contained in:
@@ -122,7 +122,6 @@ export default function WorkDetailClient({ project, nextProject }: { project: an
|
|||||||
src={getInstaEmbedUrl(item)}
|
src={getInstaEmbedUrl(item)}
|
||||||
className="w-full h-[700px] border-0"
|
className="w-full h-[700px] border-0"
|
||||||
scrolling="no"
|
scrolling="no"
|
||||||
allowtransparency="true"
|
|
||||||
allowFullScreen
|
allowFullScreen
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user